Skip to content

Commit

Permalink
Merge pull request #42 from blp1526/css
Browse files Browse the repository at this point in the history
Add css class
  • Loading branch information
blp1526 committed Jan 18, 2016
2 parents 3f1a9dd + 1ef7551 commit 66774de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -50,8 +50,8 @@
</div>
<p>Notify when the remaining time is 1 minute.</p>
<div class="form-actions">
<button id="play" class="btn btn-large btn-default">Play</button>
<button id="stop" class="btn btn-large btn-default" disabled>Stop</button>
<button id="play" class="btn btn-large btn-default icon icon-play"></button>
<button id="stop" class="btn btn-large btn-default icon icon-stop" disabled></button>
</div>
</div>
</div>
Expand Down

0 comments on commit 66774de

Please sign in to comment.