From: Don Armstrong Date: Tue, 12 Aug 2008 15:37:42 +0000 (-0700) Subject: * fix the link class X-Git-Tag: release/2.6.0~474^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34cd62339efaecf1f73c550f3b97399076bdfd86;p=debbugs.git * fix the link class --- diff --git a/html/bugs.css b/html/bugs.css index 8c341257..725670ba 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -49,12 +49,25 @@ a:link:hover, a:visited:hover { color: #d81e1e; } -.link span { +.link { color: #1b56ce; font-weight: bold; text-decoration: underline; } +.link abbr { + color: #1b56ce; + font-weight: bold; + text-decoration: underline; +} + +.link abbr:hover { + color: #1b56ce; + font-weight: bold; + text-decoration: underline; +} + + .link span:hover { color: #d81e1e; }