Skip to content

Commit

Permalink
Changed class for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Jul 21, 2014
1 parent 8e6e4f0 commit 3a8cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1 id="step1">Draw the outline and/or holes of the main object shown in the pic
<!-- Progress bar for the user -->
<span id="total" class="label label-inverse"></span></p>
<div class="progress progress-striped">
<div id="progress" rel="tooltip" title="#" class="bar" style="width: 0%;"></div>
<div id="progress" rel="tooltip" title="#" class="progress-bar" role="progressbar" style="width: 0%;"></div>
</div>

<div id="answer"> <!-- Start DIV for the submission buttons -->
Expand Down

0 comments on commit 3a8cb0c

Please sign in to comment.