diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-09 12:21:18 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-09 12:21:18 +0000 |
commit | 9a0ee986fdb248fc371001b6558c5e25032c0a8f (patch) | |
tree | 716e4b3380e5d63897df2b3430d21396935d688a /template/yoga/content.css | |
parent | 1fea7ef82ade6e9bd175e5a6b49cdbeed3ec3157 (diff) |
- merge trunc r1135:1136 into branch 1.6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1137 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r-- | template/yoga/content.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index 9fc3f996d..970e5d93c 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -266,10 +266,15 @@ DIV.calImg { padding: 0; list-style: none; text-align: center; + overflow: hidden; + width: 100%; +} + +* html #content UL.thumbnailCategories { + width: 99%; /* buggy IE box model */ } #content UL.thumbnailCategories LI { - width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/ margin:0; padding:0; float:left; @@ -277,18 +282,19 @@ DIV.calImg { #content DIV.thumbnailCategory { display:block; - border: 1px solid #aaa; - padding: 5px 0px 0px 4px; + padding: 2px 0px 0px 2px; margin: 5px; } #content DIV.thumbnailCategory DIV.description { font-size: 90%; + overflow: auto; + width: inherit; } #content DIV.thumbnailCategory DIV.description H3 { text-align: left; - background: #eee; + background: transparent; margin: 0; padding: 0.1em; font-size: 120%; @@ -300,8 +306,6 @@ DIV.calImg { #content DIV.thumbnailCategory DIV.illustration { text-align: left; - padding: 2px; + margin: 2px 0 2px 2px; float: left; - width: 110px; /* sorry, this is a very personal value :-( */ - height: 110px; } |