GNOME Bugzilla – Bug 765525
Link to editor's wiki cannot be clicked
Last modified: 2016-11-06 00:13:39 UTC
Each wiki page has information about who edited the wiki last, and link to his/her personal wiki page at the bottom of wiki page, like the one below: Home (last edited 2015-09-24 16:20:17 by AndreasNilsson) The text above is from https://wiki.gnome.org/ The link AndreasonNilsson, which is an href to the wiki is not clickable. Checked using Firefox 43.
The reason behind this is that the footer image (id: footer_image) is getting overlay over the link. Setting the following css on the div (id: pageinfo) fixes the issue: z-index: 999 (or something high) position: relative The other way would be reducing the height of footer_image.
Thank you Mohammed for the suggestion. It should be fixed now with the commit https://git.gnome.org/browse/static-web/commit/?id=fc6f33dbbb3ff1e8c6eb7d03fda5f9df398935d5
*** Bug 720856 has been marked as a duplicate of this bug. ***