diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-02 21:26:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-02 21:26:28 (GMT) |
commit | 8093b70a129d2c3de8481c45128a9225c784e45e (patch) | |
tree | 17abd9f60947fffb30b181cdcc7945b2bc59ec80 /Doc/html | |
parent | 0422e7f815aceb7099c8351f599420386bd97d2a (diff) | |
download | cpython-8093b70a129d2c3de8481c45128a9225c784e45e.zip cpython-8093b70a129d2c3de8481c45128a9225c784e45e.tar.gz cpython-8093b70a129d2c3de8481c45128a9225c784e45e.tar.bz2 |
Minor change to attributes so that the stylesheets can have better control.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/index.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 3ba73c8..afad1c8 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -30,7 +30,7 @@ </table> <hr> </div> - <div align="center"> + <div align="center" class="titlepage"> <h1>Python Documentation</h1> <p> |