diff --git a/editor.html b/editor.html index 8323a61f..bd0a97b2 100644 --- a/editor.html +++ b/editor.html @@ -11,25 +11,25 @@ #container { position: absolute; + border: 1px solid black; width: 600px; + height: 400px; } - #canvas { + #container.focus { + border: 1px solid #327fbd;; + } + + .canvas { position: absolute; - border: 1px solid black; - margin: 4px; - width: 590px; + width: 600px; height: 400px; overflow-x: auto; overflow-y: auto; font-family: Courier New; white-space: nowrap; } - - #canvas.focus { - border: 1px solid #327fbd;; - } - + .composition { position: absolute; text-decoration: underline; @@ -55,7 +55,6 @@
-