From 24fabc1e154d822b421e3f916c9fe23bf13d8240 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 15 Jul 2007 20:21:05 +0000 Subject: [PATCH] Remove bogus 'speak: none;' declaration. It's invalid for the media types, breaking CSS validation, and will only confuse actual screen readers that are clever enough to look at screen/projection CSS. --- skins/monobook/handheld.css | 3 +-- skins/monobook/main.css | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/skins/monobook/handheld.css b/skins/monobook/handheld.css index 8f77c96995..fa72996698 100644 --- a/skins/monobook/handheld.css +++ b/skins/monobook/handheld.css @@ -456,7 +456,6 @@ div.tleft { .hiddenStructure { display: none; - speak: none; } img.tex { vertical-align: middle; @@ -1299,4 +1298,4 @@ tr.sv-space td { display: none; } /* Kill big bulky stuff that will clog up the screen */ display: none; } -} \ No newline at end of file +} diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 38531d9de6..298d0770c0 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -490,7 +490,6 @@ img.thumbborder { } .hiddenStructure { display: none; - speak: none; } /* Have a checkered background on images on the description pages and in galleries -- 2.20.1