From 9be9a12476b3958f12caad1d43b39243e7758e73 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 22 Oct 2022 13:33:16 +0100 Subject: [PATCH] js: Move some styling from style attributes to stylesheet For consistency as much as anything else. --- html/jspage.pl | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/html/jspage.pl b/html/jspage.pl index 1a7a624..e19c89a 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -249,6 +249,20 @@ EOF 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 @@ ${unfinishedpara} >
  • Solve game
  • -
    - +
    + -
    +