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

Fred L. Drake python-dev@python.org
Tue, 29 Aug 2000 14:57:37 -0700


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

Modified Files:
	style.css 
Log Message:

Move a little more here.


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** style.css	2000/03/29 22:41:52	1.5
--- style.css	2000/08/29 21:57:34	1.6
***************
*** 40,43 ****
--- 40,46 ----
  .navigation .title	{ font-family: avantgarde, sans-serif;
  			  font-size: 110% }
+ .navigation td		{ background-color: #99ccff; }
+ 
+ .titlegraphic		{ vertical-align: top; }
  
  .verbatim		{ color: #00008b }