ref: 9be9a12476b3958f12caad1d43b39243e7758e73
parent: 27f0dafcf0d78b286ccc7812c59fbc5d3e95ebe5
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sat Oct 22 09:33:16 EDT 2022
js: Move some styling from style attributes to stylesheet For consistency as much as anything else.
--- a/html/jspage.pl
+++ b/html/jspage.pl
@@ -249,6 +249,20 @@
cursor: se-resize;
}
+#resizable {
+ position: relative;
+ left: 0;
+ top: 0;
+}
+
+#puzzlecanvas {
+ display: block;
+}
+
+#statusbarholder {
+ display: block;
+}
+
#apology {
padding: 0 1em 0 1em;
margin: 1em;
@@ -284,10 +298,10 @@
><li id="solve">Solve<span class="verbiage"> game</span></li
></ul></div>
<div align=center>
- <div id="resizable" style="position:relative; left:0; top:0">
- <canvas style="display: block" id="puzzlecanvas" width="1px" height="1px" tabindex="1">
+ <div id="resizable">
+ <canvas id="puzzlecanvas" width="1px" height="1px" tabindex="1">
</canvas>
- <div id="statusbarholder" style="display: block">
+ <div id="statusbarholder">
</div>
</div>
<p>