diff options
| author | Stephen Blott | 2016-04-23 09:08:12 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-23 09:08:14 +0100 | 
| commit | 7e7c8e6cf9e1739fcbf8aa35ebe4331aeaaed6d8 (patch) | |
| tree | 66df7042c890cc7f889f368c8078ed65589f61ea /content_scripts | |
| parent | 5906b1237562e28faa1e2f2206d953ae3ab59f62 (diff) | |
| download | vimium-7e7c8e6cf9e1739fcbf8aa35ebe4331aeaaed6d8.tar.bz2 | |
Tweak help-dialog font size.
Make the font size (and color) match those used in the footer.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium.css | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 09548268..5a4087ba 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -273,18 +273,19 @@ div#vimiumHelpDialogFooter {    position: relative;  }  td.helpDialogBottomRight { -   width: 100%; -   text-align: right; +  width:100%; +  float:right; +  text-align: right;  }  div#vimiumHelpDialogFooter * { font-size:10px; }  a#toggleAdvancedCommands, span#help-dialog-tip {    position: relative;    top: 19px; -  color: #555;    white-space: nowrap; +  font-size: 10px;  } -td.helpDialogBottomLeft, td.helpDialogBottomRight { -  font-size: 14px; +a#toggleAdvancedCommands { +  color: #555;  }  a:link.vimiumHelDialogLink, a:visited.vimiumHelDialogLink, a:hover.vimiumHelDialogLink, a:active.vimiumHelDialogLink{ | 
