From 7b06aa0f6365dec21e9306735e94595ef5d28042 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 27 May 2012 13:51:54 +0400 Subject: [PATCH] make links look more lighten Signed-off-by: Cyrill Gorcunov --- css/base.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/base.css b/css/base.css index 0e54ffdb..5b4e362c 100644 --- a/css/base.css +++ b/css/base.css @@ -87,10 +87,10 @@ h4 { } #header h4 ul li a { - color: #1a3463; + color: #3b5998; font-size: 14px; font-weight: bold; - text-decoration: underline; + text-decoration: none; text-transform: uppercase; text-align: center; margin: 0; @@ -98,7 +98,7 @@ h4 { } #header h4 ul li a:hover { - text-decoration: none; + text-decoration: underline; } #outer { @@ -136,13 +136,13 @@ h4 { } #content a { - color: #1a3463; - text-decoration: underline; + color: #3b5998; font-weight: bold; + text-decoration: none; } #content a:hover { - text-decoration: none; + text-decoration: underline; } h3 { -- 2.11.4.GIT