diff options
-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; +} |