diff options
| author | Stephen Blott | 2015-05-27 09:34:17 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-27 09:34:19 +0100 |
| commit | 4e604c7cdbb2226c13bb8ae75a7f37efe890e274 (patch) | |
| tree | 253cc1557cf55428e68e66d30e23682b239fc4c3 | |
| parent | b5d3c6e963cd32da41046a16f30307a655089f17 (diff) | |
| download | vimium-4e604c7cdbb2226c13bb8ae75a7f37efe890e274.tar.bz2 | |
Custom-only: remove underlining of matches.
Underling is just ugly, in this case. Also, it is applied
inconsistently between titles and URLs.
| -rw-r--r-- | pages/vomnibar.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/vomnibar.css b/pages/vomnibar.css index b1ed0252..1b19daad 100644 --- a/pages/vomnibar.css +++ b/pages/vomnibar.css @@ -126,7 +126,6 @@ #vomnibar li em { font-style: italic; } #vomnibar li em .vomnibarMatch, #vomnibar li .vomnibarTitle .vomnibarMatch { color: #333; - text-decoration: underline; } #vomnibar li.vomnibarSelected { |
