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