From ac7e9945923ffcda629e9de0f9a9b212f6115982 Mon Sep 17 00:00:00 2001 From: Blanksøgård Date: Sun, 28 Oct 2007 18:48:21 +0100 Subject: Add local css, putting sidebar to the left. --- local.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 local.css diff --git a/local.css b/local.css new file mode 100644 index 0000000..bc87abd --- /dev/null +++ b/local.css @@ -0,0 +1,10 @@ +/* ikiwiki local style sheet */ + +/* Add local styling here, instead of modifying style.css. */ + +/* sidebar left (not right) +#sidebar { + float: left; + margin-left: inherit; + margin-right: 40px; +} -- cgit v1.2.3