diff --git a/assets/css/screen.css b/assets/css/screen.css index ea8aceb..973b194 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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;