mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make the <body> tag match those of the generated HTML; rely on the style
sheet instead of encoding anything there.
This commit is contained in:
parent
7be440da1a
commit
1cca9e29f9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
ul { margin-left: 1em; padding: 0pt; border: 0pt; }
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<body>
|
||||
<div class="navigation">
|
||||
<table align="center" width="100%" cellpadding="0" cellspacing="2">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue