From f103d2632cc50ed7d678302800b70b80823cc772 Mon Sep 17 00:00:00 2001 From: Tobias Ahlin Date: Thu, 11 Sep 2014 09:06:33 +0200 Subject: [PATCH] px is redundant for zero values --- lib/ace/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 9d5bab89..322a97d0 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -209,7 +209,7 @@ } .ace_overwrite-cursors .ace_cursor { - border-left-width: 0px; + border-left-width: 0; border-bottom: 1px solid; }