From 427a69a938f5af2efb3e565e6058566371dfe06a 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; +}