From: Anders S. Mortensen Date: Thu, 11 Jan 2007 12:27:10 +0000 (+0000) Subject: No difference between visited and unvisited links. X-Git-Tag: rather.stable.2007.01.11~3 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=228ae69ef8f9b9f864e289590f39f9574aa872f5;p=pazpar2-moved-to-github.git No difference between visited and unvisited links. --- diff --git a/www/demo/css/styles.css b/www/demo/css/styles.css index a07ad40..30fd855 100644 --- a/www/demo/css/styles.css +++ b/www/demo/css/styles.css @@ -144,15 +144,11 @@ font: bold 11px verdana; } -a { +a, a:visited { color: #5d82b7; text-decoration: none; } -a:visited { -color: #a0689d; -} - a:hover { text-decoration: underline; }