diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-05 14:39:18 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-05 14:39:18 +0000 |
commit | 3eac3bf5774484ccc9c13969562c27856881ce4b (patch) | |
tree | 68b2e1179aea48f615ed4f2959df6fa2013501e5 /template-common | |
parent | 2c89bd6618a49fe2f17dc04135f6308bf60bee3d (diff) |
merge from trunk r:1340:1341 into branch 1.6 (set legend height in template-common/default-layout.css)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1342 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common')
-rw-r--r-- | template-common/default-layout.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index d3c7e011e..b6873f386 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -41,10 +41,11 @@ BODY#theAdminPage #content { /* Category thumbnails on main page */ #content UL.thumbnailCategories LI { - width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/ + width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/ } -/* display/hide thumbnails legend */ +/* Set defaults for thumbnails legend */ #content UL.thumbnails SPAN.thumbLegend { - display: block; /* display: none; if you don't want legend */ + display: block; /* display: none; if you don't want legend */ + height: 4em; /* legend height (don't set auto to be Gecko friendly)*/ } |