Skip to content

Commit

Permalink
the glorious Mark Otto points out that the submit button style is not…
Browse files Browse the repository at this point in the history
… getting the proper font declaration. Fixed
  • Loading branch information
dhg committed May 16, 2011
1 parent 3d7d4e1 commit eb86b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eb86b14

Please sign in to comment.