summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-04 13:39:24 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-04 13:39:24 (GMT)
commit63eb6300a9eeb6532902a98c8e3041354b8a5a8a (patch)
tree33e7037026bcb786b185321aa5e074317f456bad /Doc
parentd44dc3ca6f071467cf961bba40a623d35e89d2f2 (diff)
downloadcpython-63eb6300a9eeb6532902a98c8e3041354b8a5a8a.zip
cpython-63eb6300a9eeb6532902a98c8e3041354b8a5a8a.tar.gz
cpython-63eb6300a9eeb6532902a98c8e3041354b8a5a8a.tar.bz2
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>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/html/about.html5
-rw-r--r--Doc/html/index.html.in2
-rwxr-xr-xDoc/tools/mkmodindex5
3 files changed, 5 insertions, 7 deletions
diff --git a/Doc/html/about.html b/Doc/html/about.html
index 5862a38..786dea1 100644
--- a/Doc/html/about.html
+++ b/Doc/html/about.html
@@ -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=""
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in
index afad1c8..54b5a25 100644
--- a/Doc/html/index.html.in
+++ b/Doc/html/index.html.in
@@ -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>
diff --git a/Doc/tools/mkmodindex b/Doc/tools/mkmodindex
index 45c7485..1c22c43 100755
--- a/Doc/tools/mkmodindex
+++ b/Doc/tools/mkmodindex
@@ -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>