From: Andrew Dolgov Date: Sun, 1 Oct 2006 03:17:59 +0000 (+0100) Subject: add style for blockquote X-Git-Tag: 1.2.4~49 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=803cfab11a6f94bbd395d723c7522b5b5272b3db;p=tt-rss.git add style for blockquote --- diff --git a/tt-rss.css b/tt-rss.css index 2551e1ff..13d8cda0 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -6,6 +6,14 @@ body { font-family : sans-serif; } +blockquote { + margin : 5px; + border-width : 0px 0px 0px 4px; + border-color : #f0f0f0; + border-style : solid; + padding : 2px 0px 2px 5px; +} + div.postReply { padding : 10px; font-size : medium;