Skip to content

Commit

Permalink
Merge pull request reactjs#113 from Kaveckas/master
Browse files Browse the repository at this point in the history
Remove unessessary px suffix from size of zero pixels
  • Loading branch information
zpao committed Jan 6, 2016
2 parents 2494d9f + 0d7ca5b commit 6e6ff3a
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
Expand Up @@ -23,7 +23,7 @@ code {
font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
font-size: 12px;
margin: 0 2px;
padding: 0px 5px;
padding: 0 5px;
}

h1, h2, h3, h4 {
Expand Down

0 comments on commit 6e6ff3a

Please sign in to comment.