diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-05-16 19:52:00 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-05-16 19:52:00 +0000 |
commit | e7577ab3c8d8b5c2ff0def57ed0b4bdc51dc5f76 (patch) | |
tree | 9f8a90675213e9124cf0d6f62820403cc24cd24a /template-common | |
parent | 991deb8cc45d3a93bc6d0e4576a8c6bd581b8e3a (diff) |
fix bug 381
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1317 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common')
-rw-r--r-- | template-common/default-layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 245115c6d..235f7df5f 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -24,6 +24,7 @@ BODY#theAdminPage #content { /* Set some sizes according to your maximum thumbnail width and height */ #content UL.thumbnails SPAN, #content UL.thumbnails SPAN.wrap2 A, +#content UL.thumbnails SPAN.wrap2 LABEL, #content DIV.thumbnailCategory DIV.illustration { width: 140px; /* max thumbnail width + 2px */ } |