Twenty Twelve: patch IE7 for clip styles (hidden elements were displaying incorrectly).
git-svn-id: https://develop.svn.wordpress.org/trunk@21556 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1addc8f756
commit
9bdc159632
@ -1603,6 +1603,11 @@ img#wpstats {
|
||||
/* =IE 7 and 8
|
||||
----------------------------------------------- */
|
||||
|
||||
.ie .skip-link,
|
||||
.ie .screen-reader-text,
|
||||
.ie .assistive-text {
|
||||
clip: rect(1px 1px 1px 1px); /* IE7 */
|
||||
}
|
||||
.ie .site {
|
||||
margin: 48px auto;
|
||||
max-width: 960px;
|
||||
|
Loading…
Reference in New Issue
Block a user