Skip to content

Commit

Permalink
Remove duplicated semicolon in base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
zousandian committed Feb 15, 2015
1 parent fdf989b commit 75e366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
background: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.7;
margin: 0;
Expand Down

0 comments on commit 75e366c

Please sign in to comment.