diff options
| author | Stephen Blott | 2016-04-25 10:25:20 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-25 10:25:22 +0100 |
| commit | 314ba252add73387ec3d95a29aff6a51b4da908a (patch) | |
| tree | df522ffb6de6fcc8bc346de1beb4102599ffa003 | |
| parent | 9b7e9b6cc6fc5928adb202b1d8a63e78861200ca (diff) | |
| download | vimium-314ba252add73387ec3d95a29aff6a51b4da908a.tar.bz2 | |
Help dialog; revert font colour for command names.
If we're not using the previous font for other links on the help dialog,
then it doesn't make sense to use that font for command names either.
| -rw-r--r-- | content_scripts/vimium.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index ca02e43f..57ab4907 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -242,7 +242,6 @@ div#vimiumHelpDialog td.vimiumHelpDescription { font-size:14px; } div#vimiumHelpDialog span.commandName { - color: #555; font-style: italic; cursor: pointer; font-size: 12px; |
