From cfa3fd69e07504ade5a8cb621546d965b7dc89ea Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 13 Sep 2013 16:03:17 +0100 Subject: [PATCH] Property-fix - should be border-left-width --- lib/settings-screen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings-screen.php b/lib/settings-screen.php index d3ab9ec..22889e1 100644 --- a/lib/settings-screen.php +++ b/lib/settings-screen.php @@ -14,7 +14,7 @@ .CodeMirror {position: absolute; width: 409px; height: 240px; font-size: } .CodeMirror-scroll {overflow: hidden} /* Make sure this next one remains the 3rd 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)}