CVSROOT: /web/www
Module name: www
Changes by: Waclaw Jacek <wwj> 10/12/16 22:26:25
Modified files:
. : layout.css
Log message:
Fixing links colours issue, RT #604705
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.120&r2=1.121
Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -b -r1.120 -r1.121
--- layout.css 9 Dec 2010 23:55:44 -0000 1.120
+++ layout.css 16 Dec 2010 22:26:19 -0000 1.121
@@ -29,6 +29,10 @@
font-size: 100%;
}
+a { color: blue }
+a:visited { color: purple }
+a:hover, a:active { color: red }
+
/* the urgent div should be enabled when we have something urgent to
appear on every page - these typically come from johns, peterb or rms
at the fsf */