From 34cd62339efaecf1f73c550f3b97399076bdfd86 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 12 Aug 2008 08:37:42 -0700 Subject: [PATCH] * fix the link class --- html/bugs.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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; } -- 2.39.5