summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-10 13:22:54 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-10 13:22:54 +0200
commit9d566d9c5f51ad3e01ba2e1903e2e83d4fe1bc79 (patch)
tree6d0688b3488ed263b172a1177ec3ddf5c87dfd4f /local.css
parent6dcdf3bd6583b351c1be19c91eec1e0cab24af47 (diff)
Add a local style sheet and indent pre-formatted text.
Diffstat (limited to 'local.css')
-rw-r--r--local.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 00000000..7d9aad0e
--- /dev/null
+++ b/local.css
@@ -0,0 +1,7 @@
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+pre {
+ margin-left: 1cm
+}