mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user