Skip to content

Commit

Permalink
Merge pull request #14 from beaucharman/ac3b00a61e9eac1d8535fa1aa5476…
Browse files Browse the repository at this point in the history
…2359ad985cf

Added semicolon to the end of the css value on line 198
  • Loading branch information
mdo committed Apr 30, 2013
2 parents 904c448 + ac3b00a commit 8224fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Related declarations should be grouped together, placing positioning and box-mod

/* Typography */
font: normal 13px "Helvetica Neue", sans-serif;
line-height: 1.5
line-height: 1.5;
color: #333;
text-align: center;

Expand Down

0 comments on commit 8224fa6

Please sign in to comment.