commit | 1cca9e29f97b4778e07e4a8948e0a677334f8560 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Sep 16 21:31:33 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Sep 16 21:31:33 2000 +0000 |
tree | 843dc22ecb1463f5e37cb065d8cefa30eb577f98 | |
parent | 7be440da1a1789c997092d077d928f8685fa920f [diff] |
Make the <body> tag match those of the generated HTML; rely on the style sheet instead of encoding anything there.
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 184af51..3ba73c8 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in
@@ -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>