From 50452862207a97f8c8f4f9e1ba8003d05b28dea4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Aug 2008 16:20:12 -0700 Subject: [PATCH] * add .link span bits --- html/bugs.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/html/bugs.css b/html/bugs.css index 43f58cbc..8c341257 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; -- 2.39.5