From efd518149f4a865e6db72133ee49382e124c0605 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Wed, 28 Oct 2009 22:04:21 +0100 Subject: homepage fixes: more space between items in the navigation bar better vertical alignment of previews --- data/home.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/home.html b/data/home.html index 95e61011..bae024f1 100644 --- a/data/home.html +++ b/data/home.html @@ -69,7 +69,7 @@ width: 100%; #navigation { display: inline-block; margin-top: 2%; -margin-bottom: 3%; +margin-bottom: 2%; text-align: center; border-width: 5px; -webkit-border-image: url(%2/bg2.png) 12 12 12 12 stretch stretch; @@ -104,13 +104,14 @@ border-width: 6px; } #navigation .link:not(.current){ -margin-right: 4px; -margin-left: 4px; +margin-right: 10px; +margin-left: 10px; } .favorites{ text-align: center; +margin-top: -5%; } /* -------------------------------------------------------- */ @@ -120,7 +121,7 @@ text-align: center; text-align: center; display: inline-block; width:25%; -margin-bottom: 7%; +margin-top: 10%; min-width:250px; min-height:192px; } -- cgit v1.2.1