[gnomeweb-wml] Remove border-bottom from anchors



commit 172d0e8942e95deb448d6d49158cf58c70ae7569
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Thu May 14 19:17:03 2009 +0200

    Remove border-bottom from anchors
    
    This just introduces more visible noise and is disturbing on clickable
    imgages. As discussed here
    http://mail.gnome.org/archives/gnome-web-list/2009-May/msg00039.html
---
 www.gnome.org/css/style.css |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/www.gnome.org/css/style.css b/www.gnome.org/css/style.css
index f639feb..c7266b6 100644
--- a/www.gnome.org/css/style.css
+++ b/www.gnome.org/css/style.css
@@ -17,12 +17,11 @@ body {
 
 div#content a {
 	color: #3465a4;
-	border-bottom: 1px dotted #888;
 	text-decoration: none;
 }
 
 div#content a:hover {
-	border-bottom: 1px solid #888;
+	text-decoration: underline;
 }
 
 
@@ -145,11 +144,10 @@ input[type=radio] {
 
 #footer a {
 	color: #3465a4;
-	border-bottom: 1px dotted #888;
 	text-decoration: none;
 }
 
 #footer a:hover {
-	border-bottom: 1px solid #888
+	text-decoration: underline;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]