From 87264fe7e3e2d36ceada7043057f4e616d3980f6 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 19:29:00 +0100 Subject: style: Move #page style in css file --- style/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index bfcb927..82f640b 100644 --- a/style/style.css +++ b/style/style.css @@ -185,6 +185,9 @@ margin: 0 auto; border: 3px #983D3A solid; } #page { + background: #FFFFFF; + border-left: 200px solid white; + font-size: 14px; /* background: #E8DBA7; background: #f3e19a; @@ -194,12 +197,12 @@ margin: 0 auto; background: #f3e2b2; background: #F4EDD3; */ - background: #FFFFFF; + /* border: 3px #983D3A solid; - border:none; + border: none; + */ /*padding: 5px;*/ - font-size: 14px; } #page h1 { -- cgit