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

Fred L. Drake fdrake@usw-pr-cvs1.sourceforge.net
Thu, 08 Mar 2001 14:17:56 -0800


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

Modified Files:
	style.css 
Log Message:

Add more font flavors for <var> elements; the previous incarnation caused
some NT/IE5.5 users to see only boxes for these characters.  This might be
specific to NT Service Pack 6.


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** style.css	2000/10/26 20:01:09	1.13
--- style.css	2001/03/08 22:17:54	1.14
***************
*** 43,47 ****
  h3, h4                  { font-size: 120% }
  code, tt                { font-family: monospace }
! var                     { font-family: serif;
                            font-style: italic;
                            font-weight: normal }
--- 43,47 ----
  h3, h4                  { font-size: 120% }
  code, tt                { font-family: monospace }
! var                     { font-family: times, serif;
                            font-style: italic;
                            font-weight: normal }