mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
js: Move some styling from style attributes to stylesheet
For consistency as much as anything else.
This commit is contained in:
@ -249,6 +249,20 @@ EOF
|
|||||||
cursor: se-resize;
|
cursor: se-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#resizable {
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#puzzlecanvas {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbarholder {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
#apology {
|
#apology {
|
||||||
padding: 0 1em 0 1em;
|
padding: 0 1em 0 1em;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
@ -284,10 +298,10 @@ ${unfinishedpara}
|
|||||||
><li id="solve">Solve<span class="verbiage"> game</span></li
|
><li id="solve">Solve<span class="verbiage"> game</span></li
|
||||||
></ul></div>
|
></ul></div>
|
||||||
<div align=center>
|
<div align=center>
|
||||||
<div id="resizable" style="position:relative; left:0; top:0">
|
<div id="resizable">
|
||||||
<canvas style="display: block" id="puzzlecanvas" width="1px" height="1px" tabindex="1">
|
<canvas id="puzzlecanvas" width="1px" height="1px" tabindex="1">
|
||||||
</canvas>
|
</canvas>
|
||||||
<div id="statusbarholder" style="display: block">
|
<div id="statusbarholder">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user