From: Andrew Dolgov Date: Tue, 20 Dec 2005 15:53:43 +0000 (+0100) Subject: hide postHeader padding from IE X-Git-Tag: schema_freeze_for_1.1.1~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=96b58583a6a07303694045267621ed9f1d3ca9d4;p=tt-rss.git hide postHeader padding from IE --- diff --git a/tt-rss.css b/tt-rss.css index 7e4b4efc..f56830a7 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -124,6 +124,9 @@ div.postReply a:hover { div.postReply div.postHeader { background : white; border : 1px solid #c0c0c0; +} + +div.postReply > div.postHeader { padding : 5px; }