[Python-checkins] CVS: python/dist/src/Doc/html style.css,1.19,1.20

Fred L. Drake fdrake@users.sourceforge.net
Thu, 04 Apr 2002 14:57:00 -0800


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

Modified Files:
	style.css 
Log Message:
Minor style change.

Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** style.css	26 Nov 2001 21:46:53 -0000	1.19
--- style.css	4 Apr 2002 22:56:57 -0000	1.20
***************
*** 40,43 ****
--- 40,44 ----
  
  a:active                { color: #ff0000; }
+ a:hover                 { background-color: #bbeeff; }
  a:visited               { color: #551a8b; }
  a:link                  { color: #0000bb; }
***************
*** 73,76 ****
--- 74,78 ----
                            padding: 0.05in; }
  .productions            { background-color: #bbeeff; }
+ .productions a:hover    { background-color: #99ccff; }
  .productions table      { vertical-align: baseline; }
  .grammar-footer         { padding: 0.05in;