]> granicus.if.org Git - python/commitdiff
Remove styling information that conflicts with or duplicates the stylesheet;
authorFred Drake <fdrake@acm.org>
Wed, 4 Oct 2000 13:39:24 +0000 (13:39 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 4 Oct 2000 13:39:24 +0000 (13:39 +0000)
different browsers resolve the conflicts differently, and the "proper"
resolution is not what we actually want.

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

Doc/html/about.html
Doc/html/index.html.in
Doc/tools/mkmodindex

index 5862a388637cb852eefae9014a947f7afc890b54..786dea165c71bbcd4a3d23e078f3f9c054116f1e 100644 (file)
@@ -7,7 +7,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <link rel="STYLESHEET" href="lib/lib.css">
   </head>
-  <body bgcolor=white>
+  <body>
     <div class="navigation">
       <table width="100%" cellpadding="0" cellspacing="2">
           <tr>
@@ -19,8 +19,7 @@
                   src="icons/up.gif"></a></td>
             <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 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>
             <td><img width="32" height="32" align="bottom" border="0" alt=""
index afad1c8bc00bab9ce18cd51f60d783bd12f5d795..54b5a2576317ccee19cf055a3ece6def80d6198d 100644 (file)
@@ -17,7 +17,7 @@
              src="icons/blank.gif"></td>
          <td><img width="32" height="32" align="bottom" border="0" alt=""
              src="icons/blank.gif"></td>
-         <td align="center" bgcolor="#99CCFF" width="100%">
+         <td align="center" width="100%">
            <b class="title">Python Documentation</b></td>
          <td><img width="32" height="32" align="bottom" border="0" alt=""
              src="icons/blank.gif"></td>
index 45c7485b012fbf0b310cb115a5d09a790a083a08..1c22c430eb93c6fd6c04b1d21b806efa5535e441 100755 (executable)
@@ -173,8 +173,7 @@ NAVIGATION = '''\
  src="%(iconserver)s/%(uplinkicon)s.%(imgtype)s"></a></td>
 <td><img width="32" height="32" align="bottom" border="0" alt=""
  src="%(iconserver)s/blank.%(imgtype)s"></td>
-<td align="center" bgcolor="#99CCFF" width="100%%">
- <b class="title">%(title)s</b></td>
+<td align="center" width="100%%">%(title)s</td>
 <td><img width="32" height="32" align="bottom" border="0" alt=""
  src="%(iconserver)s/blank.%(imgtype)s"></td>
 <td><img width="32" height="32" align="bottom" border="0" alt=""
@@ -196,7 +195,7 @@ HEAD = '''\
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <link rel="STYLESHEET" href="lib/lib.css">
 </head>
-<body bgcolor=white>
+<body>
 ''' + NAVIGATION + '''\
 <hr>