Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63eb630

Browse files
committed
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 <[email protected]>.
1 parent d44dc3c commit 63eb630

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

Doc/html/about.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
88
<link rel="STYLESHEET" href="lib/lib.css">
99
</head>
10-
<body bgcolor=white>
10+
<body>
1111
<div class="navigation">
1212
<table width="100%" cellpadding="0" cellspacing="2">
1313
<tr>
@@ -19,8 +19,7 @@
1919
src="icons/up.gif"></a></td>
2020
<td><img width="32" height="32" align="bottom" border="0" alt=""
2121
src="icons/blank.gif"></td>
22-
<td align="center" bgcolor="#99CCFF" width="100%">
23-
<b class="title">About the Python Documentation</b></td>
22+
<td align="center" width="100%">About the Python Documentation</td>
2423
<td><img width="32" height="32" align="bottom" border="0" alt=""
2524
src="icons/blank.gif"></td>
2625
<td><img width="32" height="32" align="bottom" border="0" alt=""

Doc/html/index.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
src="icons/blank.gif"></td>
1818
<td><img width="32" height="32" align="bottom" border="0" alt=""
1919
src="icons/blank.gif"></td>
20-
<td align="center" bgcolor="#99CCFF" width="100%">
20+
<td align="center" width="100%">
2121
<b class="title">Python Documentation</b></td>
2222
<td><img width="32" height="32" align="bottom" border="0" alt=""
2323
src="icons/blank.gif"></td>

Doc/tools/mkmodindex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ NAVIGATION = '''\
173173
src="%(iconserver)s/%(uplinkicon)s.%(imgtype)s"></a></td>
174174
<td><img width="32" height="32" align="bottom" border="0" alt=""
175175
src="%(iconserver)s/blank.%(imgtype)s"></td>
176-
<td align="center" bgcolor="#99CCFF" width="100%%">
177-
<b class="title">%(title)s</b></td>
176+
<td align="center" width="100%%">%(title)s</td>
178177
<td><img width="32" height="32" align="bottom" border="0" alt=""
179178
src="%(iconserver)s/blank.%(imgtype)s"></td>
180179
<td><img width="32" height="32" align="bottom" border="0" alt=""
@@ -196,7 +195,7 @@ HEAD = '''\
196195
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
197196
<link rel="STYLESHEET" href="lib/lib.css">
198197
</head>
199-
<body bgcolor=white>
198+
<body>
200199
''' + NAVIGATION + '''\
201200
<hr>
202201

0 commit comments

Comments
 (0)