summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..3016de7
--- /dev/null
+++ b/local.css
@@ -0,0 +1,14 @@
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+DIV#content {
+ float: left;
+ max-width: 72em;
+}
+DIV#content IMG {
+ display: block;
+ clear: both;
+ float: right;
+ padding: 10px;
+}