From aa063a057047c9d166a79a05c2e7cf7cf43f2567 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 29 May 2007 16:29:49 +0200 Subject: Comments. darcs-hash:043b6fbb15fd812c5d27c4fae0ce593954ec599b --- journal.css | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'journal.css') diff --git a/journal.css b/journal.css index 8bd58e1..f0ab48b 100644 --- a/journal.css +++ b/journal.css @@ -50,8 +50,27 @@ img.JOURNAL-ENTRY-PORTRAIT { } .JOURNAL-ENTRY-FOOTER { - font-size: small; - padding-top: 0.5em; - text-align: right; - clear: both; + font-size: small; + padding-top: 0.5em; + text-align: right; + clear: both; +} + +.JOURNAL-COMMENTS h2 { + width: 80%; +} + +.JOURNAL-COMMENT { + margin-top: 1em; + border: 1px solid #aaa; + padding: 0.5em 0.5em 0.5em 0.5em; +} + +.JOURNAL-COMMENT-HEADER { + margin-bottom: 1em; +} + +.JOURNAL-COMMENT-BODY { + text-align: justify; + text-indent: 1em; } -- cgit v1.2.3