Twenty Twelve: patch IE7 for clip styles (hidden elements were displaying incorrectly).
git-svn-id: http://core.svn.wordpress.org/trunk@21556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ee38a3ca6
commit
786a5de88f
|
@ -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