From 28370e320f56a3c8f8df5942340924b4399b57a2 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Wed, 25 Apr 2012 21:28:13 +0200 Subject: [PATCH] duepuntozero: move community and manage link to upper right area + css fixes to avoid breaking of design --- view/theme/duepuntozero/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 8e131ad201..0429ba5f06 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -134,7 +134,8 @@ nav #banner #logo-text a:hover { text-decoration: none; } height: 15px; margin-top: 67px; margin-right: 2px; - padding: 6px 10px; + //padding: 6px 10px; + padding: 6px 3px; float: left; bottom: 140px; border: 1px solid #babdb6; @@ -232,10 +233,12 @@ section { display:block; float:left; padding: 0.4em; - margin-right: 1em; + //margin-right: 1em; + margin-right: 3px ; } .tab.active { font-weight: bold; + }