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

Fred L. Drake python-dev@python.org
Sat, 16 Sep 2000 13:40:47 -0700


Update of /cvsroot/python/python/dist/src/Doc/html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23205/html

Modified Files:
	style.css 
Log Message:

Push more of the display control into the style sheet.


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** style.css	2000/08/31 07:15:57	1.8
--- style.css	2000/09/16 20:40:44	1.9
***************
*** 28,31 ****
--- 28,38 ----
   */
  
+ body			{ color: #000000;
+                           background-color: #ffffff; }
+ 
+ a:active		{ color: #ff0000; }
+ a:visited		{ color: #551a8b; }
+ a:link			{ color: #0000bb; }
+ 
  h1, h2, h3, h4, h5, h6	{ font-family: avantgarde, sans-serif;
  			  font-weight: bold }