summaryrefslogtreecommitdiff
path: root/journal.css
diff options
context:
space:
mode:
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;
}