diff options
| author | Jez Ng | 2012-01-25 16:06:11 -0500 |
|---|---|---|
| committer | Jez Ng | 2012-01-26 02:48:01 -0500 |
| commit | 56c28e009e74c9e6a1730a0c6dec101601366b3f (patch) | |
| tree | 412a6012b666d67609ec1527bb2760301e0967f4 | |
| parent | e2ed766a37fbc61f3811af707c7b7b414d9fcfab (diff) | |
| download | vimium-56c28e009e74c9e6a1730a0c6dec101601366b3f.tar.bz2 | |
Style link hints with nowrap.
This was previously done in e84617a but the change was lost in a merge.
| -rw-r--r-- | vimium.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ div.internalVimiumHintMarker { left: -1px; padding: 0 1px; box-shadow: rgba(0, 0, 0, 0.3) 2px 2px; + white-space: nowrap; } div.internalVimiumHintMarker span { |
