Skip to content

Commit

Permalink
Remove unessessary px suffix from size of zero pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas Kaveckas committed Jan 6, 2016
1 parent 2494d9f commit 0d7ca5b
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 0d7ca5b

Please sign in to comment.