the glorious Mark Otto points out that the submit button style is not getting the proper font declaration. Fixed

This commit is contained in:
Dave Gamache 2011-05-16 16:21:05 -07:00
parent 3d7d4e1154
commit eb86b14ac2

View File

@ -150,7 +150,8 @@
text-shadow: 0 1px rgba(255, 255, 255, .75);
cursor: pointer;
margin-bottom: 20px;
line-height: 21px; }
line-height: 21px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
a.button:hover,
button:hover {