Skip to content

Commit 6e6ff3a

Browse files
committed
Merge pull request reactjs#113 from Kaveckas/master
Remove unessessary px suffix from size of zero pixels
2 parents 2494d9f + 0d7ca5b commit 6e6ff3a

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
@@ -23,7 +23,7 @@ code {
2323
font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
2424
font-size: 12px;
2525
margin: 0 2px;
26-
padding: 0px 5px;
26+
padding: 0 5px;
2727
}
2828

2929
h1, h2, h3, h4 {

0 commit comments

Comments
 (0)