From 65407f8ef8203c47d1345f4bdde595a4a6d2fc9f Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 15 Dec 2010 14:12:04 +0100 Subject: [PATCH] fix css and move scripts to the bottom to improve load time and to avoid having to wait for document.onload --- editor.html | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) 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