Commit bbd27f7a authored by Fred Drake's avatar Fred Drake

Fix an icon width; a "32" became a "3" somehow, and that did not look

as nice. ;)
parent 66407c65
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="navigation"> <div class="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2"> <table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr> <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> src="icons/blank.gif"></td>
<td><img width="32" height="32" align="bottom" border="0" alt="" <td><img width="32" height="32" align="bottom" border="0" alt=""
src="icons/blank.gif"></td> src="icons/blank.gif"></td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment