Merge pull request #254 from sergioaugrod/fix-invalid-css-property

Fix invalid css property declaration
This commit is contained in:
Austin Burdine 2016-06-26 12:26:43 -06:00 committed by GitHub
commit 234be3c976
1 changed files with 2 additions and 2 deletions

View File

@ -502,8 +502,8 @@ button {
text-decoration: none;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 11px; // Hack because Firefox sucks ass.
line-height: 13px; // Hack because Firefox sucks ass.
font-size: 11px; /* Hacks targeting Firefox. */
line-height: 13px; /* Hacks targeting Firefox. */
font-weight: 300;
text-align: center;
letter-spacing: 1px;