diff options
| author | Phil Crosby | 2010-03-07 18:29:20 -0800 |
|---|---|---|
| committer | Phil Crosby | 2010-03-07 22:50:32 -0800 |
| commit | 25a813129b28a622ec17e139afedca8bc53305c8 (patch) | |
| tree | 46953e171e37f8296beaa52b3ac2e1e6553c9377 /helpDialog.html | |
| parent | c1a94a80815ea619ae01977c0e30e53113bb4a9e (diff) | |
| download | vimium-25a813129b28a622ec17e139afedca8bc53305c8.tar.bz2 | |
Vertically center the help dialog.
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpDialog.html b/helpDialog.html index 652c2f91..c1fb4669 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -1,5 +1,5 @@ <!-- - This is show when typing "?". This HTML is loaded by the background page and then populated with the + This is shown when typing "?". This HTML is loaded by the background page and then populated with the latest keybindings information before displaying. --> <div id="vimiumHelpDialog"> @@ -36,7 +36,6 @@ text-align:right; font-weight:bold; color:#2f508e; - padding-right:4px; white-space:nowrap; } .vimiumDivider { |
