diff options
author | flop25 <flop25@piwigo.org> | 2011-03-31 14:20:03 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2011-03-31 14:20:03 +0000 |
commit | 1a8755b4db9e05074b0ed0420e99e7cb19146026 (patch) | |
tree | 206124be90870e6b0780e80a6b22f4193e3017d8 /admin | |
parent | 911517d29d213f4739e37ff2da7008d7fe083102 (diff) |
back to r9865
git-svn-id: http://piwigo.org/svn/trunk@9951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/theme.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 6187031a6..13c499411 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -842,18 +842,18 @@ BODY { #thePopuphelpPage #pwgHead {display:none} #thePopuphelpPage #footer {display:none} -/* Set some sizes according to your maximum thumbnail width and height +/* 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 { - width: 140px; + width: 140px; /* max thumbnail width + 2px */ } UL.thumbnails SPAN.wrap2, .content DIV.thumbnailCategory DIV.description { - height: 140px; + height: 140px; /* max thumbnail height + 2px */ } -*/ + /* Category thumbnails on main page */ .content UL.thumbnailCategories LI { |