the glorious Mark Otto points out that the submit button style is not getting the proper font declaration. Fixed
This commit is contained in:
parent
3d7d4e1154
commit
eb86b14ac2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user