From c30d2d7b5f87d6a3aaeffbb6b0298a1ac3647afe Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 04 Mar 2018 08:09:32 +0000
Subject: [PATCH] Stile und Vorlage angepasst

---
 web/ui/index.html |    4 ++--
 web/ui/stile.css  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/ui/index.html b/web/ui/index.html
index 4bf1145..e82792b 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -25,11 +25,11 @@
           {{#mini}}
             {{#dia}}
               <a href="{{bildurl}}" data-fancybox="group" data-caption="">
-                <img class="datei" src="{{miniurl}}"  width="60" height="40" />
+                <img class="datei" src="{{miniurl}}" />
               </a>
             {{/dia}}
             {{^dia}}
-              <img class="datei" src="{{miniurl}}"  width="60" height="40" />
+              <img class="datei" src="{{miniurl}}" />
             {{/dia}}
           {{/mini}}
           {{^mini}}
diff --git a/web/ui/stile.css b/web/ui/stile.css
index b636ae2..a6dbdc0 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -111,7 +111,7 @@
   -webkit-overflow-scrolling: touch;
 }
 .datei-figure {
-  width: 6em;
+  width: 8em;
   cursor: pointer;
 }
 

--
Gitblit v1.9.3