summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlanksøgård <web-bsg@coreander.jones.dk>2007-10-28 18:48:21 +0100
committerBlanksøgård <web-bsg@coreander.jones.dk>2007-10-28 18:48:21 +0100
commitac7e9945923ffcda629e9de0f9a9b212f6115982 (patch)
treed0b337940911af4643cf8a9ad776876fcaf97821
parent21b51f17e800345d24b11bb9c4d3bc6d2b284197 (diff)
Add local css, putting sidebar to the left.
-rw-r--r--local.css10
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;
+}