diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
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 { |