mirror of
https://github.com/python/cpython.git
synced 2026-01-03 05:54:03 +00:00
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>.
This commit is contained in:
parent
d44dc3ca6f
commit
63eb6300a9
3 changed files with 5 additions and 7 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue