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

Fred L. Drake python-dev@python.org
Thu, 31 Aug 2000 00:15:59 -0700


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

Modified Files:
	style.css 
Log Message:

Always room to remove more formatting from the HTML!


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** style.css	2000/08/30 15:02:13	1.7
--- style.css	2000/08/31 07:15:57	1.8
***************
*** 38,44 ****
                            font-weight: normal }
  
! .navigation .title	{ font-family: avantgarde, sans-serif;
  			  font-size: 110% }
- .navigation td		{ background-color: #99ccff; }
  
  .titlegraphic		{ vertical-align: top; }
--- 38,45 ----
                            font-weight: normal }
  
! .navigation td		{ background-color: #99ccff;
!                           font-weight: bold;
!                           font-family: avantgarde, sans-serif;
  			  font-size: 110% }
  
  .titlegraphic		{ vertical-align: top; }