From f06344fb463332ed9efd4e03f1d2e6ca6f3256d8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 13 Oct 2010 17:45:13 +0000 Subject: [PATCH] common link color --- lam/style/500_layout.css | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index ae6bf901..1bc52ede 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -41,23 +41,28 @@ body { /* links */ a { -color:blue; -text-decoration:none; +color: blue; +text-decoration: none; +} + +a:link { +color: blue; +text-decoration: none; } a:visited { -color:blue; -text-decoration:none; +color: blue; +text-decoration: none; } a:hover { -color:red; -text-decoration:none; +color: red; +text-decoration: none; } a:active { -color:red; -text-decoration:none; +color: red; +text-decoration: none; } a img {