From 786a5de88fe42f70ac3fd5b87a4e691c46c2faef 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: http://core.svn.wordpress.org/trunk@21556 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;