diff options
| author | Stephen Blott | 2017-12-15 10:19:46 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-15 10:19:46 +0000 |
| commit | cbea71f4a41774ef91c384dc679f49d423f6c03b (patch) | |
| tree | c65cad5196431e2bb83c1aa3f09987cc997de35c /pages/options.css | |
| parent | 3adf7385fe1cd5e9c3c3ac79f2b6cf4f2c55d99c (diff) | |
| parent | f184a34c692cfe1c1e6e2325989bea4dda518f87 (diff) | |
| download | vimium-cbea71f4a41774ef91c384dc679f49d423f6c03b.tar.bz2 | |
Merge pull request #2870 from smblott-github/version-number-in-popup
Include the Vimium version number in the popup.
Diffstat (limited to 'pages/options.css')
| -rw-r--r-- | pages/options.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/options.css b/pages/options.css index dab342a3..1ebff063 100644 --- a/pages/options.css +++ b/pages/options.css @@ -221,7 +221,7 @@ input.pattern, input.passKeys, .exclusionHeaderText { min-height: 30px; max-height: 30px; } -#helpText { +#helpText, #versionAndOptions { font-size: 12px; } #saveOptionsTableData { |
