[gnomeweb-wml] Also remove border-bottom from anchor at projects.gnome.org



commit 18f83b9103d832990cd0ceef6048dead278f9eaa
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Thu May 14 22:41:43 2009 +0200

    Also remove border-bottom from anchor at projects.gnome.org
---
 projects.gnome.org/css/style.css |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/projects.gnome.org/css/style.css b/projects.gnome.org/css/style.css
index f639feb..c7266b6 100644
--- a/projects.gnome.org/css/style.css
+++ b/projects.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]