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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 06 Jul 2001 15:37:38 -0700


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

Modified Files:
	style.css 
Log Message:

Revise a comment about styles I don't think LaTeX2HTML can generate,
but which came from their default stylesheet.

Add styles for the new hyperlinked grammar productions.


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** style.css	2001/06/23 04:53:43	1.15
--- style.css	2001/07/06 22:37:36	1.16
***************
*** 11,15 ****
                            font-weight: bold }
  
! /* Implement both fixed-size and relative sizes: */
  small.xtiny             { font-size : xx-small; }
  small.tiny              { font-size : x-small; }
--- 11,21 ----
                            font-weight: bold }
  
! /*
!  * Implement both fixed-size and relative sizes.
!  *
!  * I think these can be safely removed, as it doesn't appear that
!  * LaTeX2HTML ever generates these, even though these are carried
!  * over from the LaTeX2HTML stylesheet.
!  */
  small.xtiny             { font-size : xx-small; }
  small.tiny              { font-size : x-small; }
***************
*** 57,60 ****
--- 63,74 ----
  
  .verbatim               { color: #00008b; }
+ 
+ .grammar                { background-color: #99ccff;
+                           margin-right: 0.5in;
+                           padding: 0.05in; }
+ .productions            { background-color: #bbeeff; }
+ .productions table      { vertical-align: baseline; }
+ .grammar-footer         { padding: 0.05in;
+                           font-size: 85%; }
  
  .email                  { font-family: avantgarde, sans-serif; }