From ddaea5841e63c8ce24b09b5fc8d2b2eec8ac9aa5 Mon Sep 17 00:00:00 2001 From: Blanksøgård Date: Sat, 10 Nov 2007 17:22:43 +0100 Subject: Udseende: Henvisninger sorte, og understreget i brødtekst. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index 2df7ec6..be9e3d1 100644 --- a/local.css +++ b/local.css @@ -11,11 +11,10 @@ H1 { font-family: sans-serif; } A { - color: inherit; - text-decoration: none; + color: Black; } A:visited { - color: DimGrey; + color: Black; } A:hover { color: #c03; @@ -39,6 +38,9 @@ div.header SPAN { text-transform: lowercase; font-family: sans-serif; } +DIV.header A { + text-decoration: none; +} #sidebar { float: left; @@ -65,6 +67,9 @@ div.header SPAN { #sidebar UL UL LI { margin-left: 15%; } +DIV#sidebar A { + text-decoration: none; +} #content { float: right; -- cgit v1.2.3