diff options
| author | Phil Crosby | 2012-06-10 02:33:50 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-06-10 02:33:50 -0700 |
| commit | c86cda7e0ffbaa044c8b131e5726b1cce4c72ca6 (patch) | |
| tree | 9c7740d2100f0f10bd2df31172ff0367185ef5ef | |
| parent | 455dc91fe99c53b9c432d6f9fabb68ad6b445868 (diff) | |
| download | vimium-c86cda7e0ffbaa044c8b131e5726b1cce4c72ca6.tar.bz2 | |
Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisy
| -rw-r--r-- | vimium.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -328,7 +328,10 @@ body.vimiumFindMode ::selection { overflow: hidden; } -#vomnibar li .url { color: #224684 !important; } +#vomnibar li .url { + white-space: nowrap; + color: #224684 !important; +} #vomnibar li .match { font-size: inherit !important; |
