diff options
author | Blanksøgård <web-bsg@coreander.jones.dk> | 2007-10-28 18:48:21 +0100 |
---|---|---|
committer | Blanksøgård <web-bsg@coreander.jones.dk> | 2007-10-28 18:48:21 +0100 |
commit | ac7e9945923ffcda629e9de0f9a9b212f6115982 (patch) | |
tree | d0b337940911af4643cf8a9ad776876fcaf97821 | |
parent | 21b51f17e800345d24b11bb9c4d3bc6d2b284197 (diff) |
Add local css, putting sidebar to the left.
-rw-r--r-- | local.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; +} |