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:
Sergey Biryukov 2013-04-26 15:42:15 +00:00
parent 786e5483fc
commit df6737bfae
1 changed files with 6 additions and 0 deletions

View File

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