diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index a84a904fa..71f1a1e6d 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -801,27 +801,14 @@ BODY { /* Set some sizes according to your maximum thumbnail width and height */ UL.thumbnails SPAN, UL.thumbnails SPAN.wrap2 A, -UL.thumbnails LABEL, -.content DIV.thumbnailCategory DIV.illustration { +UL.thumbnails LABEL { width: 140px; /* max thumbnail width + 2px */ } -UL.thumbnails SPAN.wrap2, -.content DIV.thumbnailCategory DIV.description { +UL.thumbnails SPAN.wrap2 { height: 140px; /* max thumbnail height + 2px */ } -/* Category thumbnails on main page */ -.content UL.thumbnailCategories LI { - width: 49.7%; /* 49.7% for 2 per line, 33.2% for 3 per line*/ -} - -/* Set defaults for thumbnails legend */ -UL.thumbnails SPAN.thumbLegend { - display: block; /* display: none; if you don't want legend */ - height: 4em; /* legend height (don't set auto to be Gecko friendly)*/ -} - .themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; } .themeBox IMG {border:1px solid white; margin:0 15px;} |