Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Jun 28, 2017
1 parent 054e1c1 commit b49d4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
h1 { font-weight: normal; color:#333;}
a { color: #006eff; background-color: transparent; padding: 8px 16px; line-height: 1.3; display: inline-block; text-align: center; margin: 0 8px 8px 0; border: 1px solid #006eff; font-size: 14px; text-decoration: none; }
a:hover { color: #fff; background-color: #006eff; }
.result {line-height:1.3;font-size: 13px;font-family:monospace;border:1px solid #006eff;margin:0;min-height:100px;overflow:auto;box-sizing:border-box;padding:5px;}
.result {display:none;line-height:1.3;font-size: 13px;font-family:monospace;border:1px solid #006eff;margin:0;min-height:100px;max-height:300px;overflow:auto;box-sizing:border-box;padding:5px;}
</style>
</head>
<body>
Expand Down

0 comments on commit b49d4aa

Please sign in to comment.