From: Andrew Dolgov Date: Thu, 9 Aug 2007 15:59:15 +0000 (+0100) Subject: css tweaks, fix publ unset icon X-Git-Tag: 1.2.14~107 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=24f46634ab6dd57a15ff78c69d3df7e278409177;p=tt-rss.git css tweaks, fix publ unset icon --- diff --git a/images/pub_unset.png b/images/pub_unset.png index d6db9c48..10faf254 100644 Binary files a/images/pub_unset.png and b/images/pub_unset.png differ diff --git a/tt-rss.css b/tt-rss.css index ba27bb42..2f56d8d2 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -7,11 +7,12 @@ body { } blockquote { - margin : 5px; + margin : 5px 5px 5px 5px; border-width : 0px 0px 0px 4px; - border-color : #f0f0f0; + border-color : #e0e0e0; border-style : solid; - padding : 2px 0px 2px 5px; + padding : 5px; + background-color : #f0f0f0; } div.postReply {