fix style bug
This commit is contained in:
parent
de1c5b04ca
commit
58b150997a
|
@ -295,9 +295,9 @@
|
||||||
<input type="button" id="control-btn" onClick="control_click(); return false;" />
|
<input type="button" id="control-btn" onClick="control_click(); return false;" />
|
||||||
|
|
||||||
<small style="margin-left:20px">Dan Ballard (2011) <<a href="mailto:dan@mindstab.net">dan@mindstab.net</a>></small>
|
<small style="margin-left:20px">Dan Ballard (2011) <<a href="mailto:dan@mindstab.net">dan@mindstab.net</a>></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/>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue