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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Jun 2001 21:53:45 -0700


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

Modified Files:
	style.css 
Log Message:

Consistently use semi-colons after the last property for each selector.


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** style.css	2001/03/08 22:17:54	1.14
--- style.css	2001/06/23 04:53:43	1.15
***************
*** 12,23 ****
  
  /* Implement both fixed-size and relative sizes: */
! small.xtiny             { font-size : xx-small }
! small.tiny              { font-size : x-small }
! small.scriptsize        { font-size : smaller }
! small.footnotesize      { font-size : small }
! big.xlarge              { font-size : large }
! big.xxlarge             { font-size : x-large }
! big.huge                { font-size : larger }
! big.xhuge               { font-size : xx-large }
  
  /*
--- 12,23 ----
  
  /* Implement both fixed-size and relative sizes: */
! small.xtiny             { font-size : xx-small; }
! small.tiny              { font-size : x-small; }
! small.scriptsize        { font-size : smaller; }
! small.footnotesize      { font-size : small; }
! big.xlarge              { font-size : large; }
! big.xxlarge             { font-size : x-large; }
! big.huge                { font-size : larger; }
! big.xhuge               { font-size : xx-large; }
  
  /*
***************
*** 38,54 ****
  
  h1, h2, h3, h4, h5, h6  { font-family: avantgarde, sans-serif;
!                           font-weight: bold }
! h1                      { font-size: 180% }
! h2                      { font-size: 150% }
! h3, h4                  { font-size: 120% }
! code, tt                { font-family: monospace }
  var                     { font-family: times, serif;
                            font-style: italic;
!                           font-weight: normal }
  
  .navigation td          { background-color: #99ccff;
                            font-weight: bold;
                            font-family: avantgarde, sans-serif;
!                           font-size: 110% }
  
  .release-info           { font-style: italic; }
--- 38,54 ----
  
  h1, h2, h3, h4, h5, h6  { font-family: avantgarde, sans-serif;
!                           font-weight: bold; }
! h1                      { font-size: 180%; }
! h2                      { font-size: 150%; }
! h3, h4                  { font-size: 120%; }
! code, tt                { font-family: monospace; }
  var                     { font-family: times, serif;
                            font-style: italic;
!                           font-weight: normal; }
  
  .navigation td          { background-color: #99ccff;
                            font-weight: bold;
                            font-family: avantgarde, sans-serif;
!                           font-size: 110%; }
  
  .release-info           { font-style: italic; }
***************
*** 56,73 ****
  .titlegraphic           { vertical-align: top; }
  
! .verbatim               { color: #00008b }
  
! .email                  { font-family: avantgarde, sans-serif }
! .mimetype               { font-family: avantgarde, sans-serif }
! .newsgroup              { font-family: avantgarde, sans-serif }
! .url                    { font-family: avantgarde, sans-serif }
! .file                   { font-family: avantgarde, sans-serif }
  
  .tableheader            { background-color: #99ccff;
                            font-family: avantgarde, sans-serif; }
  
! .refcount-info          { font-style: italic }
  .refcount-info .value   { font-weight: bold;
!                           color: #006600 }
  
  /*
--- 56,73 ----
  .titlegraphic           { vertical-align: top; }
  
! .verbatim               { color: #00008b; }
  
! .email                  { font-family: avantgarde, sans-serif; }
! .mimetype               { font-family: avantgarde, sans-serif; }
! .newsgroup              { font-family: avantgarde, sans-serif; }
! .url                    { font-family: avantgarde, sans-serif; }
! .file                   { font-family: avantgarde, sans-serif; }
  
  .tableheader            { background-color: #99ccff;
                            font-family: avantgarde, sans-serif; }
  
! .refcount-info          { font-style: italic; }
  .refcount-info .value   { font-weight: bold;
!                           color: #006600; }
  
  /*
***************
*** 78,84 ****
  .seealso                { background-color: #fffaf0;
                            border: thin solid black;
!                           padding: 4pt }
  
! .seealso .heading       { font-size: 110% }
  
  /*
--- 78,84 ----
  .seealso                { background-color: #fffaf0;
                            border: thin solid black;
!                           padding: 4pt; }
  
! .seealso .heading       { font-size: 110%; }
  
  /*
***************
*** 86,88 ****
   * the top of modules.
   */
! .availability .platform { font-weight: bold }
--- 86,88 ----
   * the top of modules.
   */
! .availability .platform { font-weight: bold; }