changing line-height to normal for buttons

This commit is contained in:
Dave Gamache 2012-01-25 22:30:01 -08:00
parent d0903383d3
commit d34cdf66bb

View File

@ -155,7 +155,7 @@
text-shadow: 0 1px rgba(255, 255, 255, .75); text-shadow: 0 1px rgba(255, 255, 255, .75);
cursor: pointer; cursor: pointer;
margin-bottom: 20px; margin-bottom: 20px;
line-height: 14px; line-height: normal;
padding: 8px 10px; padding: 8px 10px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }