From d34cdf66bb21d9cce5fddfc95a3b617b45cf0e53 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Wed, 25 Jan 2012 22:30:01 -0800 Subject: [PATCH] changing line-height to normal for buttons --- stylesheets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index e5b37bd..5a21070 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -155,7 +155,7 @@ text-shadow: 0 1px rgba(255, 255, 255, .75); cursor: pointer; margin-bottom: 20px; - line-height: 14px; + line-height: normal; padding: 8px 10px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }