From 6589e819f4e95a67badd1745b0c1fa899a57481e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 13 Sep 2013 16:00:15 +0100 Subject: [PATCH] Property fix - should be border-left-width --- editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.php b/editor.php index a1ebcac..1a85e15 100644 --- a/editor.php +++ b/editor.php @@ -36,7 +36,7 @@ $activeLineBG = array_search($ICEcoder["theme"],array("3024-day","base16-light", .cm-s-activeLine {background: !important} .cm-matchhighlight, .CodeMirror-focused .cm-matchhighlight {color: #fff !important; background: #06c !important} /* Make sure this next one remains the 5th item, updated with JS */ -.cm-tab {border-left: ; border-left-style: solid; border-left-color: rgba(255,255,255,0.2)} +.cm-tab {border-left-width: ; border-left-style: solid; border-left-color: rgba(255,255,255,0.2)} .cm-trailingspace { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUXCToH00Y1UgAAACFJREFUCNdjPMDBUc/AwNDAAAFMTAwMDA0OP34wQgX/AQBYgwYEx4f9lQAAAABJRU5ErkJggg==); background-position: bottom left;