diff options
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r-- | template/yoga/content.css | 4 |
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; } |