mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added top navigation bar for consistency and color. There's not a lot
there, but the "modules" icon is active.
This commit is contained in:
parent
a00754468f
commit
8961bd1529
1 changed files with 20 additions and 0 deletions
|
@ -7,6 +7,26 @@
|
|||
</style>
|
||||
</head>
|
||||
<body bgcolor=white>
|
||||
<div class=navigation>
|
||||
<table align=center width="100%" cellpadding=0 cellspacing=2>
|
||||
<tr>
|
||||
<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=""
|
||||
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%">
|
||||
<b class=title>Python Documentation</b></td>
|
||||
<td><img width=32 height=32 align=bottom border=0 alt=""
|
||||
src="icons/blank.gif"></td>
|
||||
<td><a href="modindex.html"><img width=32 height=32 align=bottom
|
||||
border=0 alt="Module Index" src="icons/modules.gif"></a></td>
|
||||
<td><img width=32 height=32 align=bottom border=0 alt=""
|
||||
src="icons/blank.gif"></A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div align=center>
|
||||
<h1>Python Documentation</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue