From: Don Armstrong Date: Sat, 9 Aug 2008 23:20:12 +0000 (-0700) Subject: * add .link span bits X-Git-Tag: release/2.6.0~484^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=50452862207a97f8c8f4f9e1ba8003d05b28dea4;p=debbugs.git * add .link span bits --- diff --git a/html/bugs.css b/html/bugs.css index 43f58cb..8c34125 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -49,6 +49,17 @@ a:link:hover, a:visited:hover { color: #d81e1e; } +.link span { + color: #1b56ce; + font-weight: bold; + text-decoration: underline; +} + +.link span:hover { + color: #d81e1e; +} + + a.submitter:link { color: #242424; font-family: sans-serif;