hide postHeader padding from IE

This commit is contained in:
Andrew Dolgov 2005-12-20 16:53:43 +01:00
parent bbf4d0b29d
commit 96b58583a6
1 changed files with 3 additions and 0 deletions

View 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;
}