diff --git a/.classpath b/.classpath
index 7606e94..f3bdce0 100644
--- a/.classpath
+++ b/.classpath
@@ -6,13 +6,6 @@
-
-
-
-
-
-
-
diff --git a/.project b/.project
index f2a18a9..471e857 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
- camporganizer2
+ CampOrganizer2
diff --git a/build.gradle b/build.gradle
index 75216db..ca094c0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.camporganizer'
-version = '0.9.6'
+version = '0.9.7'
description = """CampOrganizer2"""
diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index 56a476e..fd2bfa0 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -526,4 +526,11 @@ div {
.hoverlink:hover {
color: #0d6efd;
text-decoration: underline;
+}
+
+.thumbswipe {
+ -webkit-overflow-scrolling: touch;
+ max-height: 100px;
+ overflow-x: auto;
+ overflow-y: hidden;
}
\ No newline at end of file
diff --git a/src/main/resources/templates/allgemeines.html b/src/main/resources/templates/allgemeines.html
index c9c1dde..6a3615b 100644
--- a/src/main/resources/templates/allgemeines.html
+++ b/src/main/resources/templates/allgemeines.html
@@ -23,12 +23,14 @@
-