From: Andrew Dolgov Date: Wed, 15 May 2013 17:50:18 +0000 (+0400) Subject: remove blockquote background and unnecessary padding X-Git-Tag: 1.8~110 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=45a4531f98db44b25675204fc6a04b05394e8b27;p=tt-rss.git remove blockquote background and unnecessary padding --- diff --git a/tt-rss.css b/tt-rss.css index 99592c61..a437c9d4 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -241,12 +241,11 @@ div.filterTestHolder { #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote { margin : 5px 0px 5px 0px; - padding : 10px; color : #555; - border-width : 0px 0px 0px 3px; + padding-left : 10px; + border-width : 0px 0px 0px 4px; border-color : #c0c0c0; border-style : solid; - background : #fafafa; } #content-insert code, #headlines-frame code, .dijitContentPane code {