From: Robert Kaiser Date: Fri, 7 Sep 2012 06:20:58 +0000 (+0200) Subject: make overlay area go more into the corner on small screens X-Git-Tag: legacy-preGL~67^2~1 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=0c08f848a3e60520a9cfb14c7d2d50f497cac965 make overlay area go more into the corner on small screens --- diff --git a/style/lantea.css b/style/lantea.css index 9183859..4c94d24 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -92,6 +92,10 @@ h1 { body { font-size: 10px; } + #overlayArea { + top: 2px; + left: 2px; + } #copyright { bottom: 1px; right: 1px;