From 9bdc1596321102da6f27bad180d00d92bc8d7e09 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 20 Aug 2012 19:13:28 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentytwelve/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index ddef15258b..bc672eb6da 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -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;