summaryrefslogtreecommitdiff
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
parent978d6d643f62817ab694de24d1419cbd79b79885 (diff)
downloadmutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.tar.gz
mutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.tar.bz2
mutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.zip
style: Move #page style in css file
-rw-r--r--style/style.css9
-rw-r--r--xsl/layout.xsl2
2 files changed, 7 insertions, 4 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 {
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index 222c511..0f0c5a6 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -32,7 +32,7 @@
</div>
<div id="container" style="background:white">
<hr class="delimit" />
- <div id="page" style="border-left: 200px solid white;">
+ <div id="page">
<div style="
width: 180px;
float:left;