From 15867287fcbda6f6c95b117dd5aa5c3852daac04 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 11 Oct 2012 17:36:46 +0000 Subject: [PATCH] Twenty Twelve: put back screen-reader-text selector, but just for site content (allows toolbar text to work correctly). See r22186 and #22025. git-svn-id: http://core.svn.wordpress.org/trunk@22188 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index af3465c970..15a665f463 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -460,7 +460,8 @@ a:hover { } /* Assistive text */ -.assistive-text { +.assistive-text, +.site .screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); }