issue59, fixed margin for thumbnails
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 1 Jan 2008 15:36:09 +0000 (16:36 +0100)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 1 Jan 2008 19:13:16 +0000 (20:13 +0100)
themes/default/stylesheet.css

index 97e4fa8fd06551bc922a3062e3788a27381ee9b6..1f7e7d4c0eaea98b603f288561ba044991dfa61d 100644 (file)
@@ -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;