diff options
| author | Natalie Perna | 2014-07-29 19:36:59 -0400 | 
|---|---|---|
| committer | Natalie Perna | 2014-07-29 19:36:59 -0400 | 
| commit | 0c3523da2972a58d01aa0530a9941e8f6b45cbee (patch) | |
| tree | 69f9e2a642bf3248f476d88a4ac0c7b388198c81 /pages/help_dialog.html | |
| parent | 974db9828c293d762b5b3eca5ba326566de0b624 (diff) | |
| download | vimium-0c3523da2972a58d01aa0530a9941e8f6b45cbee.tar.bz2 | |
Replaced help dialog close button with ×
Diffstat (limited to 'pages/help_dialog.html')
| -rw-r--r-- | pages/help_dialog.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/help_dialog.html b/pages/help_dialog.html index 2a69ea03..0884f2cd 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -7,7 +7,7 @@         page with the up-to-date key bindings when the dialog is shown. -->    <div id="vimiumHelpDialog" class="vimiumReset">    <a class="vimiumReset optionsPage" href="#">Options</a> -  <a class="vimiumReset closeButton" href="#">x</a> +  <a class="vimiumReset closeButton" href="#">×</a>    <div id="vimiumTitle" class="vimiumReset"><span class="vimiumReset" style="color:#2f508e">Vim</span>ium {{title}}</div>    <div class="vimiumReset vimiumColumn">      <table class="vimiumReset">  | 
