CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 10/12/20 10:52:59
Modified files: . : layout.css Log message: Trying out a link fix proposed by Brett, #648951 CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.124&r2=1.125 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.124 retrieving revision 1.125 diff -u -b -r1.124 -r1.125 --- layout.css 18 Dec 2010 17:19:45 -0000 1.124 +++ layout.css 20 Dec 2010 10:52:54 -0000 1.125 @@ -29,6 +29,10 @@ font-size: 100%; } +a[href] { color: blue } +a[href]:visited { color: purple } +a[href]:active, a[href]:hover { 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 */