diff options
| author | Jez Ng | 2012-09-09 20:40:54 -0400 |
|---|---|---|
| committer | Jez Ng | 2012-09-09 20:40:54 -0400 |
| commit | 99afbfc0018d078959e7bf36352771d9e9206338 (patch) | |
| tree | 2b0d8ce2090f75b2c24724d9fbd96427935a73f4 /background_scripts/settings.coffee | |
| parent | 44ed1848548d4c73c35c3302fc47ebfc8295dcae (diff) | |
| download | vimium-99afbfc0018d078959e7bf36352771d9e9206338.tar.bz2 | |
More lint fixes.
Diffstat (limited to 'background_scripts/settings.coffee')
| -rw-r--r-- | background_scripts/settings.coffee | 3 |
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; } |
