From 48cd23a2dec3d0d5127161ea44b156f38b52c000 Mon Sep 17 00:00:00 2001 From: dechutes Date: Fri, 9 May 2003 10:16:33 +0000 Subject: [PATCH] fixed links --- lam/style/500_layout.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 15804e62..bb0d4291 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -38,13 +38,13 @@ body { /// links a { -color:darkblue; -text-decoration:none; +color:blue; +text-decoration:underline; } a:visited { -color:darkblue; -text-decoration:none; +color:blue; +text-decoration:underline; } a:hover {