aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2011-03-31 13:58:20 +0000
committerflop25 <flop25@piwigo.org>2011-03-31 13:58:20 +0000
commit911517d29d213f4739e37ff2da7008d7fe083102 (patch)
tree71d66681b433d71614bf28124b323f68f4cdc8a8
parent30b5eae72e36a7b7c0cc7bc07f44a51494325a88 (diff)
old limitation for thumbnail size (140px) removed
git-svn-id: http://piwigo.org/svn/trunk@9949 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/theme.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 13c499411..6187031a6 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; /* max thumbnail width + 2px */
+ width: 140px;
}
UL.thumbnails SPAN.wrap2,
.content DIV.thumbnailCategory DIV.description {
- height: 140px; /* max thumbnail height + 2px */
+ height: 140px;
}
-
+*/
/* Category thumbnails on main page */
.content UL.thumbnailCategories LI {