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

Skip to content

Commit 2e7cbc2

Browse files
committed
Fix an icon width; a "32" became a "3" somehow, and that did not look
as nice. ;)
1 parent 094c9e5 commit 2e7cbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/html/index.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="navigation">
1111
<table align="center" width="100%" cellpadding="0" cellspacing="2">
1212
<tr>
13-
<td><img width="3" height="32" align="bottom" border="0" alt=""
13+
<td><img width="32" height="32" align="bottom" border="0" alt=""
1414
src="icons/blank.gif"></td>
1515
<td><img width="32" height="32" align="bottom" border="0" alt=""
1616
src="icons/blank.gif"></td>

0 commit comments

Comments
 (0)