[planet-web] Have same styling for anchors as www.gnome.org
- From: Jaap A. Haitsma <jhaitsma src gnome org>
- To: svn-commits-list gnome org
- Subject: [planet-web] Have same styling for anchors as www.gnome.org
- Date: Sat, 16 May 2009 13:20:39 -0400 (EDT)
commit c98a040a59a04efb768bc7ecd90db003d92b3bad
Author: Jaap A. Haitsma <jaap haitsma org>
Date: Sat May 16 19:19:52 2009 +0200
Have same styling for anchors as www.gnome.org
---
web/generic.css | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/web/generic.css b/web/generic.css
index c0546f1..bf4a85b 100644
--- a/web/generic.css
+++ b/web/generic.css
@@ -9,16 +9,14 @@ pre {
/* Anchors */
a {
- color: #0000ff;
+ color: #3465a4;
+ text-decoration: none;
}
-a:visited {
- color: #551a8b;
+a:hover {
+ text-decoration: underline;
}
-a:active {
- color: #ff0000;
-}
/* Basic classes */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]