From: Andreas Unterkircher Date: Tue, 1 Jan 2008 15:36:09 +0000 (+0100) Subject: issue59, fixed margin for thumbnails X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3617bf991c8be4516f8d08ec4bf62f4568ef478e;p=phpfspot.git issue59, fixed margin for thumbnails --- diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 97e4fa8..1f7e7d4 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -164,7 +164,7 @@ div.thumb { -moz-border-radius: 3px; border-radius: 3px; border: dashed 1px #888888; - margin: 5px; + margin: 10px 0px 0px 10px; background-color: #eeeeee; padding: 10px; float: left;