Remove awkward padding in keyboard shortcut help dialog

Section headers were padding with 0.8em, which made them taller than
another key binding appearing in the other column on the same line.

Change-Id: I6d93279e39ce1d5146226a41d6f050adc78c156d
This commit is contained in:
Shawn Pearce
2013-11-21 00:26:05 -08:00
parent bb60d93fee
commit 698064c51f

View File

@@ -80,7 +80,6 @@
.helpGroup {
color: #dddd00;
padding-top: 0.8em;
text-align: left;
}