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

Skip to content

Commit f3c59cb

Browse files
committed
Merge pull request reactjs#31 from zousandian/master
Remove duplicated semicolon in base.css
2 parents fdf989b + 75e366c commit f3c59cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
background: #fff;
3-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
3+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
44
font-size: 15px;
55
line-height: 1.7;
66
margin: 0;

0 commit comments

Comments
 (0)