summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;