[dlang.org] new forum design - preview

Guillaume Piolat via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 13 11:24:18 PST 2016


On Wednesday, 13 January 2016 at 19:18:57 UTC, Guillaume Piolat 
wrote:
> I also feel like it's not necessary to underline non-hovered 
> links, this makes everything underlined.

With the rules:

a
{
     text-decoration: none;
}

a:hover
{
     text-decoration: underline;
}


it looks like this: http://i.imgur.com/reqSIva.png



More information about the Digitalmars-d mailing list