]> git.wh0rd.org - tt-rss.git/commitdiff
hide postHeader padding from IE
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Dec 2005 15:53:43 +0000 (16:53 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Dec 2005 15:53:43 +0000 (16:53 +0100)
tt-rss.css

index 7e4b4efcb8b3b4ab70aa1594f90d6b10b171f8b2..f56830a7fa0275b80b9aa340706ce6d7391184df 100644 (file)
@@ -124,6 +124,9 @@ div.postReply a:hover {
 div.postReply div.postHeader {
        background : white;
        border : 1px solid #c0c0c0;
+}
+
+div.postReply > div.postHeader {
        padding : 5px;
 }