[art-web] Use same styling for anchors as www.gnome.org



commit cf89e72ae80b179e6829d116b2d90e11498b777d
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sun May 17 16:49:41 2009 +0200

    Use same styling for anchors as www.gnome.org
---
 css/style.css |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/css/style.css b/css/style.css
index 1a2b766..f08f555 100644
--- a/css/style.css
+++ b/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;
 }
 
 
@@ -124,6 +123,6 @@ h1 {
 }
 
 #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]