From b70ee4553ac1822184110d8f915d8a9f9db7c9c2 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 14 Apr 2012 18:10:00 +0100 Subject: [PATCH] Ruby language support & visible tabs CodeMirror mode now loaded for Ruby code highlighting CSS for visible tabs if setting turned on --- editor.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/editor.php b/editor.php index 1182bbe..8520e8d 100644 --- a/editor.php +++ b/editor.php @@ -11,6 +11,7 @@ + @@ -21,6 +22,9 @@ .cm-s-visible {display: block; top: 0px} .cm-s-hidden {display: none; top: 4000px} .cm-s-activeLine {background: #002 !important;} + +.cm-tab:after {position: relative; display: inline-block; width: 0px; left: -1.4em; overflow: visible; color: #aaa; content: "\21e5";} + @@ -29,8 +33,8 @@