Bugzilla maintenance tonight

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Apr 9 02:41:53 PDT 2014


On 4/9/14, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
> - All links are underlined by default (a little bit ugly, but I can
> use a stylish script to override this)

Here's what I use for the Stylish[1] addon:

-----
@-moz-document url-prefix('https://issues.dlang.org'),
               url-prefix('http://issues.dlang.org')
{
    a {
        text-decoration:none;
    }
}
-----

[1] : https://addons.mozilla.org/en-US/firefox/addon/stylish/


More information about the Digitalmars-d-announce mailing list