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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Tue, 1 Feb 2000 13:18:44 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/html
In directory weyr:/home/fdrake/projects/python/Doc-152p1/html

Modified Files:
      Tag: release152p1-patches
	style.css 
Log Message:

Don't name the Courier font; use monospace and let the browser apply
the best available font.  Based on a comment by Mauro Cicognini
<mcicogni@siosistemi.it>.

Added a couple of additional style rules for refcount information.


Index: style.css
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/html/style.css,v
retrieving revision 1.4.4.1
retrieving revision 1.4.4.2
diff -C2 -r1.4.4.1 -r1.4.4.2
*** style.css	1999/12/21 15:59:38	1.4.4.1
--- style.css	2000/02/01 18:18:41	1.4.4.2
***************
*** 33,37 ****
  h2			{ font-size: 150% }
  h3, h4			{ font-size: 120% }
! code, tt		{ font-family: courier }
  var			{ font: italic normal serif }
  
--- 33,37 ----
  h2			{ font-size: 150% }
  h3, h4			{ font-size: 120% }
! code, tt		{ font-family: monospace }
  var			{ font: italic normal serif }
  
***************
*** 46,49 ****
--- 46,53 ----
  .url			{ font-family: avantgarde, sans-serif }
  .file			{ font-family: avantgarde, sans-serif }
+ 
+ .refcount-info          { font-style: italic }
+ .refcount-info .value   { font-weight: bold;
+                           color: #006600 }
  
  /*