diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-10 13:22:54 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-10 13:22:54 +0200 |
commit | 9d566d9c5f51ad3e01ba2e1903e2e83d4fe1bc79 (patch) | |
tree | 6d0688b3488ed263b172a1177ec3ddf5c87dfd4f | |
parent | 6dcdf3bd6583b351c1be19c91eec1e0cab24af47 (diff) |
Add a local style sheet and indent pre-formatted text.
-rw-r--r-- | local.css | 7 |
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 +} |