summaryrefslogtreecommitdiff
path: root/journal.css
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-05-29 16:29:49 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-05-29 16:29:49 +0200
commitaa063a057047c9d166a79a05c2e7cf7cf43f2567 (patch)
treef4ed5a6bde44d60037ee982cdf1b5e5f7bfb2c8c /journal.css
parentd85c97433b4034bb01f553addcf6e08325b6657e (diff)
Comments.
darcs-hash:043b6fbb15fd812c5d27c4fae0ce593954ec599b
Diffstat (limited to 'journal.css')
-rw-r--r--journal.css27
1 files changed, 23 insertions, 4 deletions
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;
}