diff options
Diffstat (limited to 'ratatoeskr/cms_style')
-rw-r--r-- | ratatoeskr/cms_style/layout.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css index c704961..766323d 100644 --- a/ratatoeskr/cms_style/layout.css +++ b/ratatoeskr/cms_style/layout.css @@ -142,17 +142,17 @@ h2 { .triplecolumns .column_left, .dualcolumns .column_left { float: left; - width: 50mm; + width: 47mm; margin: 0px; - padding: 0px; + padding: 0mm 3mm 0mm 0mm; overflow: hidden; } .triplecolumns .column_right { float: right; - width: 50mm; + width: 47mm; margin: 0px; - padding: 0px; + padding: 0mm 3mm 0mm 0mm; overflow: hidden; } |