From a35566ab2d449c751dc5553810615e8f3b2dde0f Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 24 Sep 2008 21:28:43 +0200 Subject: journal.css: Make block quotations oblique. darcs-hash:7255511e3f85a7303bdfb0bebaf92583e20c73a9 --- journal.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'journal.css') 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%; -- cgit v1.2.3