summaryrefslogtreecommitdiff
path: root/journal.css
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-09-24 21:28:43 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-09-24 21:28:43 +0200
commita35566ab2d449c751dc5553810615e8f3b2dde0f (patch)
treec00e8507fc271352dedf1dfc2046a7ed7d3a4563 /journal.css
parent67be2746c4a7dc8232c9140c4189665ffa6c349d (diff)
journal.css: Make block quotations oblique.
darcs-hash:7255511e3f85a7303bdfb0bebaf92583e20c73a9
Diffstat (limited to 'journal.css')
-rw-r--r--journal.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/journal.css b/journal.css
index aca6f5a..8737624 100644
--- a/journal.css
+++ b/journal.css
@@ -1,5 +1,5 @@
/* CSS version 3.0 */
-/* Copyright 2007, Matthias Andreas Benkard. */
+/* Copyright 2007, 2008, Matthias Andreas Benkard. */
/*-----------------------------------------------------------------------
* This file is part of The Mulkblog Project.
@@ -69,6 +69,10 @@ div.JOURNAL-ENTRY-BODY p {
text-indent: 1em;
}
+.JOURNAL-ENTRY-BODY blockquote {
+ font-style: oblique;
+}
+
img.JOURNAL-ENTRY-PORTRAIT {
margin-right: 6px;
margin-bottom: 6px;
@@ -101,6 +105,10 @@ img.JOURNAL-ENTRY-PORTRAIT {
text-indent: 1em;
}
+.JOURNAL-COMMENT-BODY blockquote {
+ font-style: oblique;
+}
+
#WARNINGS {
align: center;
width: 100%;