summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-01 16:36:09 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-01 20:13:16 +0100
commit3617bf991c8be4516f8d08ec4bf62f4568ef478e (patch)
treeca922b49b7749cd2615029fed5b1e3e6c31d8a6e /themes/default
parent131666c458388902ed2b28dff2b7101aac661e1e (diff)
issue59, fixed margin for thumbnails
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/stylesheet.css2
1 files changed, 1 insertions, 1 deletions
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;