aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-10-18 04:44:44 +0000
committerrvelices <rv-github@modusoptimus.com>2011-10-18 04:44:44 +0000
commit21fe043d2e5d82c621ab9ce0ace60c9b20fa1149 (patch)
treef98ca8b94bbec2ac818818f3e9513c5a5996eaf0 /admin/themes/default/theme.css
parentef9766a2916e0641f9a822e577fe0eb67ad447a8 (diff)
admin remove unused css rules + unused class names from html elements
git-svn-id: http://piwigo.org/svn/trunk@12482 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css17
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;}