From f1339965763f098c6fbc91ab71f3fb951f784431 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 21 Nov 2011 16:45:34 +0100 Subject: Added padding to side colums in sytle.css --- ratatoeskr/cms_style/layout.css | 8 ++++---- 1 file 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; } -- cgit v1.2.3-54-g00ecf