summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:29:00 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:29:00 +0100
commit87264fe7e3e2d36ceada7043057f4e616d3980f6 (patch)
treed102de62d1deb901f27154dc100d69a8847b7983 /style
parent978d6d643f62817ab694de24d1419cbd79b79885 (diff)
downloadmutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.tar.gz
mutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.tar.bz2
mutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.zip
style: Move #page style in css file
Diffstat (limited to 'style')
-rw-r--r--style/style.css9
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 {