Skip to content

Commit 482e6ae

Browse files
committed
Merge pull request #36 from happy-code-com/master
Fix css on "jsonConnector.html". Missing 'px'
2 parents 731c0e8 + 745d2d2 commit 482e6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/jsonConnector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
width:300px;
281281
color:#333;
282282
text-align:left;vertical-align:middle;
283-
padding:10px 10px 10 10px;
283+
padding:10px 10px 10px 10px;
284284
margin:10px;
285285
font-size:150%;
286286
}

0 commit comments

Comments
 (0)