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:
parent
82df929f30
commit
1cc7040967
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue