From: Alexander Barton Date: Sun, 25 Apr 2010 11:48:23 +0000 (+0200) Subject: Only style links, not anchors X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=c6eacf1376dfb5aa3618b551162e333b45e79db9;hp=524d8132e775272109c33422cd034c376d5ba8c9;p=ngircd-web.git Only style links, not anchors --- diff --git a/common/styles.css b/common/styles.css index 9dd0891..5c4ec24 100644 --- a/common/styles.css +++ b/common/styles.css @@ -94,7 +94,7 @@ div#content { margin: 0.2em 3em; } -a { +a:link, a:visited { text-decoration: underline; color: #005555; }