diff options
| author | Stephen Blott | 2014-12-16 10:19:18 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-16 10:19:18 +0000 |
| commit | 0b3a242841f7badb069840dec80a24d38d4e843a (patch) | |
| tree | 868dc7f35a64bc17f93464a61a9111dbf24a7c7e /content_scripts/vimium.css | |
| parent | bea41e9c695f3b3f8e921880b3d40b681ca387b0 (diff) | |
| parent | 23ce72b0e845d2c4a1469f629cd1abd70dce6652 (diff) | |
| download | vimium-0b3a242841f7badb069840dec80a24d38d4e843a.tar.bz2 | |
Merge remote-tracking branch 'upstream/master' into post-1.46
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index a042a4cf..f582824a 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -4,8 +4,8 @@ * Vimium dialogs. * * The z-indexes of Vimium elements are very large, because we always want them to show on top. Chrome may - * support up to Number.MAX_VALUE, which is approximately 1.7976e+308. We're using 2**31, which is the max value of a singed 32 bit int. - * Let's use try larger valeus if 2**31 empirically isn't large enough. + * support up to Number.MAX_VALUE, which is approximately 1.7976e+308. We're using 2^31, which is the max + * value of a singed 32 bit int. Let's try larger valeus if 2**31 empirically isn't large enough. */ /* |
