projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b305d21
)
add simple css
author
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 14:46:22 +0000
(11:46 -0300)
committer
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 21:47:33 +0000
(18:47 -0300)
test/in/mailbox.css
[new file with mode: 0644]
patch
|
blob
diff --git a/test/in/mailbox.css
b/test/in/mailbox.css
new file mode 100644
(file)
index 0000000..
d8d2cf7
--- /dev/null
+++ b/
test/in/mailbox.css
@@ -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