Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv4220b
Modified Files:
headers.php
Log Message:
Is being able to *see* links too much to ask? (feature request)
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** headers.php 28 Jun 2003 19:06:39 -0000 1.14
--- headers.php 29 Jun 2003 04:02:24 -0000 1.15
***************
*** 21,28 ****
#adminmenu a:hover { color: #ffffff; }
! a:link { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none; }
! a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none; }
! a:active { color: #0000000; font-size: 12px; font-family: sans-serif; text-decoration: none; }
! a:hover { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: Underline; }
#topmenu { text-align: left; }
--- 21,28 ----
#adminmenu a:hover { color: #ffffff; }
! a:link { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
! a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
! a:active { color: #0000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
! a:hover { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
#topmenu { text-align: left; }
|