Skip to content

Commit

Permalink
Komi has number type input element
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Nov 9, 2016
1 parent 1afef0d commit 901f293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
</li>
<li>
<label><span>Komi:</span>
<input type="text" name="komi" placeholder="0" /></label>
<input type="number" step="0.5" name="komi" placeholder="0" /></label>
</li>
<li>
<label><span>Result:</span>
Expand Down
2 changes: 1 addition & 1 deletion style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ header, #bar .bar {
margin: 0;
}
#info ul input[name="komi"], #info ul input[name^="size-"] {
width: 35px;
width: 45px;
}
#info span.size-swap {
padding: 3px;
Expand Down

0 comments on commit 901f293

Please sign in to comment.