Author: garyvdm
Description:
If you lick on the numbered link created by the <ref> tag, you are taken to the appropriate reference. If the article is smaller than the screen height, ie there is no vertical scrolling, it if difficult to see which reference you were looking for.
It is very easy to highlight the appropriate reference using the css :target selector. (Unfortunaly this is only supported by Gecko and Webkit browsers.)
The css we would need to add would look something like this:
:target { font-weight:bold; }
Version: unspecified
Severity: enhancement
URL: https://en.wikipedia.org/wiki/User:Garyvdm/monobook.css