From e008225b45757dc4b4de6c192cc57f90b7cf8cb0 Mon Sep 17 00:00:00 2001 From: aiora Date: Wed, 5 Oct 2011 11:05:33 +0100 Subject: [PATCH] links underlined again --- css/main2.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/main2.css b/css/main2.css index f236072d9..c7d6faec5 100644 --- a/css/main2.css +++ b/css/main2.css @@ -30,10 +30,13 @@ body#homepage { a { color: #008787; } - a:hover { + a:hover, + a:visited:hover { color: #d7442b; } -a:link, a:visited { text-decoration: none; } + a:visited { + color: #636363; + } div.centre img { border: 2px solid #99CCCC; margin: 25px; @@ -103,6 +106,9 @@ ul#links { border-style: dotted;*/ top: 20px /*300px; to be set once the menu is in all pages*/ } +ul#links a { + text-decoration: none; + } p#topheader { font-weight: bold; margin: 10px 0 0;