aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJez Ng2012-01-25 16:06:11 -0500
committerJez Ng2012-01-26 02:48:01 -0500
commit56c28e009e74c9e6a1730a0c6dec101601366b3f (patch)
tree412a6012b666d67609ec1527bb2760301e0967f4
parente2ed766a37fbc61f3811af707c7b7b414d9fcfab (diff)
downloadvimium-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.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimium.css b/vimium.css
index 376fe331..57f2c2d2 100644
--- a/vimium.css
+++ b/vimium.css
@@ -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 {