From 99afbfc0018d078959e7bf36352771d9e9206338 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sun, 9 Sep 2012 20:40:54 -0400 Subject: More lint fixes. --- background_scripts/settings.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 2f62fc50..995ceb0c 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -27,7 +27,8 @@ root.Settings = Settings = """ div > .vimiumHintMarker { /* linkhint boxes */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542)); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), + color-stop(100%,#FFC542)); border: 1px solid #E3BE23; } -- cgit v1.2.3