summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-02 03:01:43 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-02 03:01:43 +0200
commit77587694efc0383526121ab2b47927d8ba0da56e (patch)
treea0cc172042115fc3f95bb27d715d109bd5e7cf2d
parentc87423093c20c1693c52fc4eb85a7bb4187b1050 (diff)
Suppress sidebar border added in Ikiwiki 3.x.
-rw-r--r--local.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/local.css b/local.css
index ff1c545..92bd44b 100644
--- a/local.css
+++ b/local.css
@@ -59,6 +59,7 @@ DIV.sidebar {
float: left;
background-color: inherit;
width: 15%;
+ border: none;
margin-left: -100%;
text-align: right;
}