]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
add simple css
authorDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 14:46:22 +0000 (11:46 -0300)
committerDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 21:47:33 +0000 (18:47 -0300)
test/in/mailbox.css [new file with mode: 0644]

diff --git a/test/in/mailbox.css b/test/in/mailbox.css
new file mode 100644 (file)
index 0000000..d8d2cf7
--- /dev/null
@@ -0,0 +1,16 @@
+
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+
+
+
+.headername {
+font-weight: bold;
+  }
+
+.emailthreadindent{
+position: relative;
+left: 5%;
+}
\ No newline at end of file