Fix invalid css property declaration

This commit is contained in:
Sérgio Rodrigues 2016-06-26 14:57:03 -03:00
parent 5e679999e7
commit 146f2ecaab
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;