Skip to content

Commit

Permalink
Changed </progress> to </div>
Browse files Browse the repository at this point in the history
  • Loading branch information
dmooney committed Dec 30, 2011
1 parent e429674 commit 7748b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -12,12 +12,12 @@ They are light-weight, requiring no javascript. They work on iOS devices, they'r

<div class="bar_container">
<div class="bar_mortice">
<div class="progress" style="width: 40%;"></progress>
<div class="progress" style="width: 40%;"></div>
</div>
</div>

3. Change the progress bar's fill level with a percentage:

<div class="progress" style="width: 52%;"></progress>
<div class="progress" style="width: 52%;"></div>

See example.html for more styles and colors.

0 comments on commit 7748b2a

Please sign in to comment.