From 8bbb1f3d826c9141132ca463c38c649478025c5d 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 --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index af3465c97..15a665f46 100644 --- a/style.css +++ b/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); }