Skip to content

Commit

Permalink
Fix incorrect rem value. See #160. Props @dollseb.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Arthur Moore committed Feb 23, 2013
1 parent d7fd5ea commit fbb50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -233,7 +233,7 @@ input[type="submit"] {
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.4rem;
font-size: 1.2rem;
line-height: 1;
padding: 1.12em 1.5em 1em;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
Expand Down

0 comments on commit fbb50c4

Please sign in to comment.