r24129 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r24128
|
r24129
|
r24130
>
Date:
20:21, 15 July 2007
Author:
simetrical
Status:
old
Tags:
Comment:
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.
Modified paths:
/trunk/phase3/skins/monobook/handheld.css
(modified) (
history
)
/trunk/phase3/skins/monobook/main.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/monobook/handheld.css
—
—
@@ -456,7 +456,6 @@
457
457
458
458
.hiddenStructure {
459
459
display: none;
460
- speak: none;
461
460
}
462
461
img.tex {
463
462
vertical-align: middle;
—
—
@@ -1299,4 +1298,4 @@
1300
1299
/* Kill big bulky stuff that will clog up the screen */
1301
1300
display: none;
1302
1301
}
1303
-}
\ No newline at end of file
1302
+}
Index: trunk/phase3/skins/monobook/main.css
—
—
@@ -490,7 +490,6 @@
491
491
}
492
492
.hiddenStructure {
493
493
display: none;
494
- speak: none;
495
494
}
496
495
497
496
/* Have a checkered background on images on the description pages and in galleries
Follow-up revisions
Revision
Commit summary
Author
Date
r24215
Merged revisions 24095-24212 via svnmerge from...
david
21:19, 17 July 2007
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r24129
[
removed:
ok
added:
old]