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

git-svn-id: http://core.svn.wordpress.org/trunk@22799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2012-11-21 22:34:08 +00:00
parent 38e43334a9
commit 67530d0154
4 changed files with 20 additions and 0 deletions

View File

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