aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilya2011-02-11 18:29:43 -0800
committerilya2011-02-11 18:29:43 -0800
commitdabef2b50b23df370a26031c25e62a410411d5a9 (patch)
tree8d49a18e68363092eae62246c0ff44efa019ea6f
parentc65e85a840ba25ee59141b8ae1c424ec804c81f9 (diff)
downloadvimium-dabef2b50b23df370a26031c25e62a410411d5a9.tar.bz2
Change the font size on the help dialog to 11 temporarily because, without more refactoring, the command view in the options page with advanced enabled is way too large.
-rw-r--r--helpDialog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpDialog.html b/helpDialog.html
index 0f1cd6e9..51ff1692 100644
--- a/helpDialog.html
+++ b/helpDialog.html
@@ -5,7 +5,7 @@
<div id="vimiumHelpDialog">
<style>
#vimiumHelpDialog * {
- font-size:12px;
+ font-size:11px;
line-height:130%;
color:black;
background-color:transparent;