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 | |
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')
-rw-r--r-- | template/yoga/content.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index dbf124cf0..bb5e4e585 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -32,7 +32,6 @@ BODY#theNBMPage #content /* Thumbnails customization */ #content UL.thumbnails SPAN.thumbLegend { font-size: 80%; /* font size */ - height: 3em; /* max legend height (don't set auto to be Geko friendly)*/ overflow: hidden; /* oversized legend is clipped */ } |