diff options
| author | Stephen Blott | 2016-04-22 16:55:02 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-22 16:55:04 +0100 |
| commit | a7446f09538e0b0314611c9d847016a85f735644 (patch) | |
| tree | 91a43d4b5171e38ea0832d1012bfcde8532fa3c3 /content_scripts/vimium.css | |
| parent | 4c707140985ae03e3c523f2e6e4b6cb4c8465236 (diff) | |
| download | vimium-a7446f09538e0b0314611c9d847016a85f735644.tar.bz2 | |
Nicer styling of command names in help dialog.
The commands names (in the help dialog) look nicer in italics. They
also format better that way.
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index cddfbc97..f4029509 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -236,8 +236,9 @@ div#vimiumHelpDialog td.vimiumHelpDescription { font-size:14px; } div#vimiumHelpDialog span.commandName { - font-family:"courier new"; - color: #555; + /* font-family:"courier new"; */ + /* color: #555; */ + font-style: italic; } /* Advanced commands are hidden by default until you show them. */ div#vimiumHelpDialog tr.advanced { display: none; } |
