Remove unnecessary semicolon;

For the God of css
This commit is contained in:
Vasiliy 2015-07-04 21:43:12 +03:00
parent cb5913a842
commit 01535bfc18
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
body { body {
background: #fff; background: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px; font-size: 15px;
line-height: 1.7; line-height: 1.7;
margin: 0; margin: 0;