From 18bfbb0cd20885e3fee35c295927db5a84082b85 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Feb 2013 19:16:27 +0400 Subject: tweak blockquote display --- tt-rss.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tt-rss.css b/tt-rss.css index 147493dfe..e5ee27a2e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -399,14 +399,13 @@ a.helpLink:hover { } #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote { - margin : 0px 0px 0px 1em; - border-width : 0px 0px 0px 2px; + margin : 5px 0px 5px 0px; + padding : 10px; + color : gray; + border-width : 0px 0px 0px 3px; border-color : #c0c0c0; border-style : solid; - font-style : italic; - padding : 0px 0px 0px 1em; - font-size : 12px; - color : gray; + background : #fafafa; } #content-insert code, #headlines-frame code, .dijitContentPane code { -- cgit v1.2.3