From 60abf6eb8f5173f17be88d24bc2fc889820133f6 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Wed, 16 Nov 2011 08:28:44 +0000 Subject: Layout fix for XO screen. --- (limited to 'app/templates/editor.html') diff --git a/app/templates/editor.html b/app/templates/editor.html index 217eefe..419d6e8 100644 --- a/app/templates/editor.html +++ b/app/templates/editor.html @@ -25,7 +25,7 @@ ${absdir}/
${basename}
-
+

@@ -67,7 +67,7 @@ document.ready = function() { var aceEditor = ace.edit("editor"); aceEditor.setTheme("ace/theme/twilight"); - document.getElementById('editor').style.fontSize='14px'; + document.getElementById('editor').style.fontSize='14pt'; aceEditor.getSession().setUseSoftTabs(true); // we can assume we're on unix aceEditor.getSession().setNewLineMode("unix"); -- cgit v0.9.1