mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix an icon width; a "32" became a "3" somehow, and that did not look
as nice. ;)
This commit is contained in:
parent
094c9e587c
commit
2e7cbc2cda
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<div class="navigation">
|
||||
<table align="center" width="100%" cellpadding="0" cellspacing="2">
|
||||
<tr>
|
||||
<td><img width="3" height="32" align="bottom" border="0" alt=""
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue