[Python-checkins] python/dist/src/Doc/html style.css,1.22,1.23

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 14 Jun 2002 06:48:00 -0700


Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv26100

Modified Files:
	style.css 
Log Message:
Anchors ("a" elements) used only for the name attribute should not
change color on hover, only those that are link sources (href
attributes).


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** style.css	1 May 2002 22:03:40 -0000	1.22
--- style.css	14 Jun 2002 13:47:58 -0000	1.23
***************
*** 40,44 ****
  
  a:active                { color: #ff0000; }
! a:hover                 { background-color: #bbeeff; }
  a:visited               { color: #551a8b; }
  a:link                  { color: #0000bb; }
--- 40,44 ----
  
  a:active                { color: #ff0000; }
! a[href]:hover           { background-color: #bbeeff; }
  a:visited               { color: #551a8b; }
  a:link                  { color: #0000bb; }