aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/settings.coffee
diff options
context:
space:
mode:
authorJez Ng2012-09-09 20:40:54 -0400
committerJez Ng2012-09-09 20:40:54 -0400
commit99afbfc0018d078959e7bf36352771d9e9206338 (patch)
tree2b0d8ce2090f75b2c24724d9fbd96427935a73f4 /background_scripts/settings.coffee
parent44ed1848548d4c73c35c3302fc47ebfc8295dcae (diff)
downloadvimium-99afbfc0018d078959e7bf36352771d9e9206338.tar.bz2
More lint fixes.
Diffstat (limited to 'background_scripts/settings.coffee')
-rw-r--r--background_scripts/settings.coffee3
1 files changed, 2 insertions, 1 deletions
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;
}