Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
715d587
)
add a little margin to example mailbox.css
author
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 15:32:09 +0000
(12:32 -0300)
committer
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 15:32:09 +0000
(12:32 -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;
}