Followup r98045: fix bug 34504 wrt "Jump to" links in cached pages showing unexpected...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 21 Feb 2012 19:25:16 +0000 (19:25 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 21 Feb 2012 19:25:16 +0000 (19:25 +0000)
Changed the updated styles to use the old (and still kept) id instead of the new (and thus not previously existing) class.
Should work on both old and new pages now.

skins/common/shared.css

index a1dd376..cc76b46 100644 (file)
@@ -1027,7 +1027,7 @@ table.floatleft {
 }
 
 /* Accessibility */
-.mw-jump {
+#jump-to-nav {
        overflow: hidden;
        height: 0;
        zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */