]> arthur.barton.de Git - ngircd-web.git/commitdiff
Only style links, not anchors
authorAlexander Barton <alex@barton.de>
Sun, 25 Apr 2010 11:48:23 +0000 (13:48 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 25 Apr 2010 11:48:23 +0000 (13:48 +0200)
common/styles.css

index 9dd08919ee57e9ea1185338c8f94b750ccdb2367..5c4ec241107cb195ae23a0bb847a158bba69a20a 100644 (file)
@@ -94,7 +94,7 @@ div#content {
        margin: 0.2em 3em;
 }
 
-a {
+a:link, a:visited {
        text-decoration: underline;
        color: #005555;
 }