diff options
| author | mrmr1993 | 2014-04-23 20:03:20 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2014-04-23 20:03:20 +0100 | 
| commit | 8bbae70da903498a08348a37f300ba7e080be373 (patch) | |
| tree | 38c0a27d284466b9a5484bd93ca2a23adb84451e /content_scripts/vimium.css | |
| parent | 719afdc68eda011d1f30ea8fb76f92c51609ade4 (diff) | |
| download | vimium-8bbae70da903498a08348a37f300ba7e080be373.tar.bz2 | |
Add vomnibar css rule to avoid page overriding
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index fd2228b9..acfc806c 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -334,6 +334,8 @@ body.vimiumFindMode ::selection {    font-size: 16px;    color: black;    position: relative; +  display: list-item; +  margin: auto;  }  #vomnibar li:last-of-type {  | 
