From: Andrew Dolgov Date: Tue, 16 Nov 2010 13:49:47 +0000 (+0300) Subject: css: fix postHeader style X-Git-Tag: 1.5.0~189 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=968410132d8f9620a4c2936fa9f8504741323964;p=tt-rss.git css: fix postHeader style --- diff --git a/tt-rss.css b/tt-rss.css index 4eb77122..19eac0df 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -40,11 +40,9 @@ div.postReply a:hover { div.postReply div.postHeader { border-width : 0px 0px 1px 0px; border-style : solid; - border-color : #a0a0a0; - background-color : #f9faff; - margin : 0px 1px 0px 0px; + border-color : #88b0f0; + background-color : #ecf4ff; padding : 5px; - /* cursor : move; */ color : #909090; }