From: Robert Kaiser <robert@widebook.box.kairo.at>
Date: Fri, 7 Sep 2012 06:09:59 +0000 (+0200)
Subject: also decrease borders around copyright message
X-Git-Tag: legacy-preGL~67^2~3
X-Git-Url: https://git-public.kairo.at//?a=commitdiff_plain;h=f84a3fd49ebdb392d9fd9473f6f98b6de50fa9d6;p=lantea.git

also decrease borders around copyright message
---

diff --git a/style/lantea.css b/style/lantea.css
index 0474e23..9183859 100644
--- a/style/lantea.css
+++ b/style/lantea.css
@@ -89,7 +89,12 @@ h1 {
 
 
 @media screen and (max-width: 500px) {
+  body {
+    font-size: 10px;
+  }
   #copyright {
+    bottom: 1px;
+    right: 1px;
     font-size: 8px;
   }
 }