From 745fc64a05715d24e72f7b9199ef190869cb9664 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 3 Feb 2004 16:46:22 +0000 Subject: [PATCH] no longer underline links --- lam-0.4/style/layout.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lam-0.4/style/layout.css b/lam-0.4/style/layout.css index c607cd72..be76102f 100644 --- a/lam-0.4/style/layout.css +++ b/lam-0.4/style/layout.css @@ -39,12 +39,12 @@ body { /* links */ a { color:blue; -text-decoration:underline; +text-decoration:none; } a:visited { color:blue; -text-decoration:underline; +text-decoration:none; } a:hover { @@ -52,6 +52,11 @@ color:red; text-decoration:none; } +a:active { +color:red; +text-decoration:none; +} + form { } input { font-weight:bold;