From df47d5b68c7f6ca7f1da38c321a1316fe83c647c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 2 Oct 2008 12:11:00 +0200 Subject: Format block quote paragraphs with interleaf --- data/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/style.css b/data/style.css index eb995ea..ef1e6db 100644 --- a/data/style.css +++ b/data/style.css @@ -83,6 +83,7 @@ h3 + p { margin-left: 0; } + address { text-align: right; margin: 3em 0; @@ -106,7 +107,7 @@ p + .quick p:first-child { blockquote { font-style: italic; - margin-left: 1em; + margin: 8px 0 8px 1em; } blockquote .source { @@ -117,12 +118,16 @@ blockquote .source { font-size: 11px; } +blockquote p { + margin: 8px 0; +} + img { border: none; } pre { - margin-left: 1em; + margin: 8px 0 8px 1em; font-size: 11px; } -- cgit 1.4.1