From c7c0afc0047b32b47c894d98feb60f5073293a1f Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Tue, 24 Nov 2009 13:50:27 +0200 Subject: [PATCH] Added a right margin to the main body content of the page. PT: 1799005 --- resources/css/kt-framing.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 47544f0..f326b0d 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -25,6 +25,7 @@ body { /*margin-top: 15px;*/ margin-left: 10px; + margin-right: 25px; } .copyright { @@ -1289,7 +1290,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes width: 47%; margin-top: 0; margin-left: 0; - padding-right: 2em; + padding-right: 3em; float: left; padding-bottom: 2em; height: 100%; -- libgit2 0.21.4