From 65af58d17b5de8369aa74533f5fee31add9d2a31 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 10 Feb 2010 09:56:22 +0100 Subject: margin-top in favorites from 7% to 4%. This to let previews fit in my screen (1280x800, quite common..) --- src/data/home.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/data') diff --git a/src/data/home.html b/src/data/home.html index 51b9ceec..f9106642 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -123,7 +123,7 @@ margin-top: -5%; .thumbnail { display: inline-block; -width:25%; margin-top: 7%; +width:25%; margin-top: 4%; min-width:250px; min-height:192px; } @@ -224,6 +224,5 @@ margin-bottom: 0.5em;

- -- cgit v1.2.1