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:
Lance Willett 2012-08-20 19:13:28 +00:00
parent 57ddde4040
commit 2155ac1e31
1 changed files with 5 additions and 0 deletions

View File

@ -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;