[Python-checkins] CVS: python/dist/src/Doc/html about.html,1.1,1.2 index.html.in,1.11,1.12

Fred L. Drake python-dev@python.org
Wed, 4 Oct 2000 06:39:27 -0700


Update of /cvsroot/python/python/dist/src/Doc/html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23499/html

Modified Files:
	about.html index.html.in 
Log Message:

Remove styling information that conflicts with or duplicates the stylesheet;
different browsers resolve the conflicts differently, and the "proper"
resolution is not what we actually want.

Reported by Peter Funk <pf@artcom-gmbh.de>.


Index: about.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/about.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** about.html	2000/09/08 21:53:22	1.1
--- about.html	2000/10/04 13:39:23	1.2
***************
*** 8,12 ****
      <link rel="STYLESHEET" href="lib/lib.css">
    </head>
!   <body bgcolor=white>
      <div class="navigation">
        <table width="100%" cellpadding="0" cellspacing="2">
--- 8,12 ----
      <link rel="STYLESHEET" href="lib/lib.css">
    </head>
!   <body>
      <div class="navigation">
        <table width="100%" cellpadding="0" cellspacing="2">
***************
*** 20,25 ****
              <td><img width="32" height="32" align="bottom" border="0" alt=""
                  src="icons/blank.gif"></td>
!             <td align="center" bgcolor="#99CCFF" width="100%">
!               <b class="title">About the Python Documentation</b></td>
              <td><img width="32" height="32" align="bottom" border="0" alt=""
                  src="icons/blank.gif"></td>
--- 20,24 ----
              <td><img width="32" height="32" align="bottom" border="0" alt=""
                  src="icons/blank.gif"></td>
!             <td align="center" width="100%">About the Python Documentation</td>
              <td><img width="32" height="32" align="bottom" border="0" alt=""
                  src="icons/blank.gif"></td>

Index: index.html.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** index.html.in	2000/10/02 21:26:28	1.11
--- index.html.in	2000/10/04 13:39:23	1.12
***************
*** 18,22 ****
  	  <td><img width="32" height="32" align="bottom" border="0" alt=""
  	      src="icons/blank.gif"></td>
! 	  <td align="center" bgcolor="#99CCFF" width="100%">
  	    <b class="title">Python Documentation</b></td>
  	  <td><img width="32" height="32" align="bottom" border="0" alt=""
--- 18,22 ----
  	  <td><img width="32" height="32" align="bottom" border="0" alt=""
  	      src="icons/blank.gif"></td>
! 	  <td align="center" width="100%">
  	    <b class="title">Python Documentation</b></td>
  	  <td><img width="32" height="32" align="bottom" border="0" alt=""