File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 =""
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments