diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-20 05:36:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-20 05:36:58 +0000 |
commit | b7fff52095e774c9e905aafe980fec251ee3eaca (patch) | |
tree | e6b8c2fdad5d490749832f709d75f94a2ceaf659 /themes/default/theme.css | |
parent | 99b58aef93c2a681ded76d2ba44a28cdef397291 (diff) |
feature 2548 multisize
- comments thumbnails + no more hard coded thumbnail sizes in css
- removed admin thumbnail page + language cleanup
git-svn-id: http://piwigo.org/svn/trunk@12930 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 0477d5a7d..00cb89482 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -683,15 +683,6 @@ IMG.ui-datepicker-trigger { cursor : pointer; } -/* Set some sizes according to your maximum thumbnail width and height */ -.thumbnailCategory DIV.illustration { - width: 140px; /* max thumbnail width + 2px */ -} - -.content .thumbnailCategory .description { - height: 140px; /* max thumbnail height + 2px */ -} - /* Set defaults for thumbnails legend */ .thumbnails SPAN.thumbLegend { display: block; /* display: none; if you don't want legend */ |