From: Brion Vibber Date: Tue, 21 Feb 2012 19:25:16 +0000 (+0000) Subject: Followup r98045: fix bug 34504 wrt "Jump to" links in cached pages showing unexpected... X-Git-Tag: 1.31.0-rc.0~24595 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=1c75d60fd850fc0d06f69f82e83f581372132eaa;p=lhc%2Fweb%2Fwiklou.git 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. --- 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 */