summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-07-25 12:05:18 +0200
committerSiri Reiter <siri@jones.dk>2010-07-25 12:05:18 +0200
commite6c159fed7c79b0d96c9b1cdada5ae46fe64b137 (patch)
treed8bd4771fb4e21a7d9c65077e09d8415c639431b
parent6d46a5f040c22fa11ee64145dd40f2bc47e64ab3 (diff)
Style: Override sidebar border and placement added/changed in Ikiwiki 3.x.
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index a37f1f10..ef795e96 100644
--- a/local.css
+++ b/local.css
@@ -176,10 +176,11 @@ DIV.sidebar {
float: left;
min-height: 480px;
width: 14%;
+ padding: 1%;
margin-top: 2%;
margin-left: -98%;
margin-bottom: 2%;
- padding: 1%;
+ border: none;
background-color: LightBlue;
text-align: left;
}