From f2322b4cb1fe056247f773e94a61841c19ce2ffa Mon Sep 17 00:00:00 2001 From: uriel Date: Thu, 21 Jun 2007 18:27:28 +0200 Subject: [PATCH] Add style for blockquote --- pub/style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pub/style/style.css b/pub/style/style.css index dfffd24..3496dac 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -353,3 +353,8 @@ pre { } +/* Quotes */ +blockquote { + border-left: 1px solid blue; + font-style: italic; +}