From bf908d62cfabadfc55f3b650919654ab3d23cc62 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 10 Dec 2013 12:12:04 -0800 Subject: [PATCH] Restyle the key-bindings --- stylesheets/utilities.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/utilities.less b/stylesheets/utilities.less index feb882f..c86dc1d 100644 --- a/stylesheets/utilities.less +++ b/stylesheets/utilities.less @@ -8,9 +8,11 @@ -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1); display: inline-block; line-height: 100%; - padding: 1px 3px; border-radius: @component-border-radius; margin-left: @component-icon-padding; + font-family: Helvetica, Arial, sans-serif; + font-size: @font-size - 1px; + padding: @component-padding / 2; } .badge {