[Python-checkins] python/dist/src/Doc/html style.css,1.20,1.21

fdrake@sourceforge.net fdrake@sourceforge.net
Mon, 15 Apr 2002 11:41:33 -0700


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

Modified Files:
	style.css 
Log Message:
Clean up the application of style to verbatim text.
This moves styling to the stylesheet; the use of <dl> structures to control
style sometimes produced improper indentation of subsequent text in many
browsers when the text was already part of the <dl> structure (as in a
function or class description).


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** style.css	4 Apr 2002 22:56:57 -0000	1.20
--- style.css	15 Apr 2002 18:41:31 -0000	1.21
***************
*** 66,72 ****
  .titlegraphic           { vertical-align: top; }
  
! .verbatim               { color: #00008b;
                            font-family: lucida typewriter, lucidatypewriter,
!                                        monospace; }
  
  .grammar                { background-color: #99ccff;
--- 66,74 ----
  .titlegraphic           { vertical-align: top; }
  
! .verbatim pre           { color: #00008b;
                            font-family: lucida typewriter, lucidatypewriter,
!                                        monospace;
!                           font-size: 90%; }
! .verbatim               { margin-left: 2em; }
  
  .grammar                { background-color: #99ccff;