Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Remove duplicated semicolon in base.css #31

Merged
merged 1 commit into from
Feb 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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