Fix action link styling in IE7 and IE8. props SergeyBiryukov. fixes #22467.

git-svn-id: https://develop.svn.wordpress.org/trunk@22799 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-21 22:34:08 +00:00
parent 749d5a3db7
commit 7d73996c18
4 changed files with 20 additions and 0 deletions

View File

@@ -4654,6 +4654,11 @@ h3.available-themes {
margin-right: 8px;
}
.ie8 .available-theme .action-links li {
padding-right: 7px;
margin-right: 7px;
}
#current-theme .theme-info li:last-child,
.theme-options li:last-child,
.available-theme .action-links li:last-child {