projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4a445
)
add small margin and border for example css
author
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 16:11:52 +0000
(13:11 -0300)
committer
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 21:47:33 +0000
(18:47 -0300)
test/in/mailbox.css
patch
|
blob
|
history
diff --git
a/test/in/mailbox.css
b/test/in/mailbox.css
index d8d2cf7df9f007d2049fc32504ad16fe95d713b2..d4f7ad0fbdcce6baa1ed1a895ae5f45c795195bc 100644
(file)
--- a/
test/in/mailbox.css
+++ b/
test/in/mailbox.css
@@
-1,11
+1,10
@@
-/* ikiwiki local style sheet */
-
-/* Add local styling here, instead of modifying style.css. */
-
-
+div.mailmessage{
+ border-top: 1px solid;
+ margin-top: 1%
+}
.headername {
font-weight: bold;
}