hide postHeader padding from IE
This commit is contained in:
parent
bbf4d0b29d
commit
96b58583a6
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ div.postReply a:hover {
|
|||
div.postReply div.postHeader {
|
||||
background : white;
|
||||
border : 1px solid #c0c0c0;
|
||||
}
|
||||
|
||||
div.postReply > div.postHeader {
|
||||
padding : 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue