Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8961bd1

Browse files
committed
Added top navigation bar for consistency and color. There's not a lot
there, but the "modules" icon is active.
1 parent a007544 commit 8961bd1

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Doc/html/index.html.in

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77
</style>
88
</head>
99
<body bgcolor=white>
10+
<div class=navigation>
11+
<table align=center width="100%" cellpadding=0 cellspacing=2>
12+
<tr>
13+
<td><img width=32 height=32 align=bottom border=0 alt=""
14+
src="icons/blank.gif"></td>
15+
<td><img width=32 height=32 align=bottom border=0 alt=""
16+
src="icons/blank.gif"></td>
17+
<td><img width=32 height=32 align=bottom border=0 alt=""
18+
src="icons/blank.gif"></td>
19+
<td align=center bgcolor="#99CCFF" width="100%">
20+
<b class=title>Python Documentation</b></td>
21+
<td><img width=32 height=32 align=bottom border=0 alt=""
22+
src="icons/blank.gif"></td>
23+
<td><a href="modindex.html"><img width=32 height=32 align=bottom
24+
border=0 alt="Module Index" src="icons/modules.gif"></a></td>
25+
<td><img width=32 height=32 align=bottom border=0 alt=""
26+
src="icons/blank.gif"></A></td>
27+
</tr>
28+
</table>
29+
</div>
1030
<div align=center>
1131
<h1>Python Documentation</h1>
1232

0 commit comments

Comments
 (0)