aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-25 10:25:20 +0100
committerStephen Blott2016-04-25 10:25:22 +0100
commit314ba252add73387ec3d95a29aff6a51b4da908a (patch)
treedf522ffb6de6fcc8bc346de1beb4102599ffa003
parent9b7e9b6cc6fc5928adb202b1d8a63e78861200ca (diff)
downloadvimium-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.css1
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;