diff options
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/about.html | 5 | ||||
-rw-r--r-- | Doc/html/index.html.in | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Doc/html/about.html b/Doc/html/about.html index 5862a38..786dea1 100644 --- a/Doc/html/about.html +++ b/Doc/html/about.html @@ -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="" diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index afad1c8..54b5a25 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -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> |