From 77587694efc0383526121ab2b47927d8ba0da56e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 2 Sep 2010 03:01:43 +0200 Subject: Suppress sidebar border added in Ikiwiki 3.x. --- local.css | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3