fix style bug

This commit is contained in:
Dan Ballard 2011-06-21 08:49:05 -07:00
parent de1c5b04ca
commit 58b150997a
1 changed files with 2 additions and 2 deletions

View File

@ -295,9 +295,9 @@
<input type="button" id="control-btn" onClick="control_click(); return false;" />
<small style="margin-left:20px">Dan Ballard (2011) &lt;<a href="mailto:dan@mindstab.net">dan@mindstab.net</a>&gt;</small>
<input style="left:775px; position: absolute; /* width:100% height: 100%; */" type="button" value="Clear" onClick="cells = gen_cells(); redraw();" />
<input style="left:775px; position: absolute;" type="button" value="Clear" onClick="cells = gen_cells(); redraw();" />
<br/>
<canvas id="board" onClick="board_click(event);" width="800" height="400"></canvas>
<canvas id="board" onClick="board_click(event);" width="800" height="400" style="/*width: 100%; height: 100%*/"></canvas>
</body>
</html>