aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/content.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-22 20:00:43 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-22 20:00:43 +0000
commitf6d5aefa8b71dec9ab434edeef455bb286b4ac0c (patch)
treede5bea31af2474de8bd5b8e288b08d08461b57d6 /template/yoga/content.css
parent456b2bda5a2c931646d537ca3202b25c78c14e16 (diff)
- improvement : minor improvements and bug fixes in template
git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r--template/yoga/content.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index f76847f25..1d2c7c930 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -302,7 +302,7 @@ DIV.calImg {
#content DIV.thumbnailCategory DIV.description {
font-size: 90%;
overflow: auto;
- width: inherit;
+ /*width: inherit;*/
}
#content DIV.thumbnailCategory DIV.description H3 {
@@ -319,6 +319,6 @@ DIV.calImg {
#content DIV.thumbnailCategory DIV.illustration {
text-align: left;
- margin: 2px 0 2px 2px;
+ margin: 2px 0 0 2px;
float: left;
}