Menu

#296 Underline even visited links on hover

open
4
2010-04-09
2009-12-24
No

Currently, visited links in the generated specdocs are not underlined when hovered over. This is due to a minor error in the specdocs CSS file. Just remove the:

a:visited { text-underline: none; }

from the CSS file.

Note that I've already fixed this in the XINS branch at github: http://github.com/znerd/xins/blob/master/src/css/specdocs/style.css

Discussion

  • Ernst de Haan

    Ernst de Haan - 2009-12-24
    • priority: 5 --> 2
     
  • Anthony Goubard

    Anthony Goubard - 2010-04-09
    • assigned_to: nobody --> agoubard
     
  • Anthony Goubard

    Anthony Goubard - 2010-04-09
    • priority: 2 --> 4
     

Log in to post a comment.