]> git.donarmstrong.com Git - debbugs.git/commitdiff
* fix the link class
authorDon Armstrong <don@donarmstrong.com>
Tue, 12 Aug 2008 15:37:42 +0000 (08:37 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 12 Aug 2008 15:37:42 +0000 (08:37 -0700)
html/bugs.css

index 8c3412575ce60b403d7a343a6d14c1898a135bf9..725670ba56635f7175dbd791f6349873c58bcb1c 100644 (file)
@@ -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;
 }