Fix display of post format icons and post titles in IE7. props kovshenin. fixes #24120.

git-svn-id: http://core.svn.wordpress.org/trunk@24111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-04-26 15:42:15 +00:00
parent 82df929f30
commit 1cc7040967
1 changed files with 6 additions and 0 deletions

View File

@ -396,6 +396,12 @@ div#dashboard-widgets {
display: inline; display: inline;
} }
a.post-state-format {
text-indent: 0;
line-height: 0;
font-size: 0;
}
table.ie-fixed { table.ie-fixed {
table-layout: fixed; table-layout: fixed;
} }