[art-web] Use same styling for anchors as www.gnome.org
- From: Jaap A. Haitsma <jhaitsma src gnome org>
- To: svn-commits-list gnome org
- Subject: [art-web] Use same styling for anchors as www.gnome.org
- Date: Sun, 17 May 2009 10:50:07 -0400 (EDT)
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]