diff --git a/editor.html b/editor.html index 81ceef48..1f8679d8 100644 --- a/editor.html +++ b/editor.html @@ -18,10 +18,9 @@ overflow: hidden; margin: 0; padding: 0; - font: sans-serif; height: 100%; width: 100%; - font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana; + font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana, sans-serif; font-size: 12px; background: rgb(14, 98, 165); color: white; @@ -53,28 +52,6 @@ bottom: 0; } - - - -
@@ -179,5 +156,29 @@ for i in sys.argv[1:]: + + + + + + \ No newline at end of file