commit 3b71a55a0f7f596823cb3556c460cc72eca4a8e3 parent 2d1b5e6d95a4eb2461ca8fa5c440ce793ce8857f Author: Dan Callaghan <djc@djc.id.au> Date: Sat, 6 Sep 2008 13:31:48 +1000 entry borders Diffstat:
| M | static/css/common.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/static/css/common.css b/static/css/common.css
@@ -40,8 +40,9 @@ div.blocksep {
}
.entry {
- margin: 3em 0;
+ padding: 2em 0;
clear: both;
+ border-top: 1px solid #ddd;
}
.entry h3.entrytitle {
display: inline;