Fix display of post format icons and post titles in IE7. props kovshenin. fixes #24120.
git-svn-id: https://develop.svn.wordpress.org/trunk@24111 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
786e5483fc
commit
df6737bfae
|
@ -396,6 +396,12 @@ div#dashboard-widgets {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
a.post-state-format {
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
table.ie-fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue