diff options
| author | Stephen Blott | 2016-04-19 06:57:45 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-22 14:50:00 +0100 | 
| commit | cfad0ded611149b2757baa19fbac587a7d4f210d (patch) | |
| tree | fd766253a21e0a3c0ce239a2c337ca4a0e3665ff /pages | |
| parent | 761c5697aa3a33565a53f5a9656069054df39f12 (diff) | |
| download | vimium-cfad0ded611149b2757baa19fbac587a7d4f210d.tar.bz2 | |
Help dialog: increase size and make white background.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/help_dialog.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/pages/help_dialog.html b/pages/help_dialog.html index 3bfa3e5a..3141b1ee 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -15,11 +15,12 @@    <!-- Note that the template placeholders (e.g. "pageNavigation") will be filled in by the background         page with the up-to-date key bindings when the dialog is shown. --> -    <div id="vimiumHelpDialog" class="vimiumReset"> +    <div id="vimiumHelpDialog">        <a class="vimiumReset optionsPage" href="#">Options</a>        <a class="vimiumReset wikiPage" href="https://github.com/philc/vimium/wiki" target="_blank">Wiki</a>        <a class="vimiumReset closeButton" href="#">×</a>        <div id="vimiumTitle" class="vimiumReset"><span class="vimiumReset" style="color:#2f508e">Vim</span>ium <span id="help-dialog-title"></span></div> +      <div class="vimiumReset vimiumDivider"></div>        <div class="vimiumReset vimiumColumn">          <table class="vimiumReset">            <thead class="vimiumReset"> | 
