From 1c75d60fd850fc0d06f69f82e83f581372132eaa Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 21 Feb 2012 19:25:16 +0000 Subject: [PATCH] Followup r98045: fix bug 34504 wrt "Jump to" links in cached pages showing unexpectedly after 1.19 upgrade 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index a1dd3765cb..cc76b4609e 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -1027,7 +1027,7 @@ table.floatleft { } /* Accessibility */ -.mw-jump { +#jump-to-nav { overflow: hidden; height: 0; zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */ -- 2.20.1