summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 16:53:43 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 16:53:43 +0100
commit96b58583a6a07303694045267621ed9f1d3ca9d4 (patch)
tree4336e144b06c2ffc48e7995465054814de5267e5 /tt-rss.css
parentbbf4d0b29d61648dd817b046750b6f1c66a5f7af (diff)
hide postHeader padding from IE
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7e4b4efcb..f56830a7f 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;
}