Skip to content

Commit

Permalink
Merge pull request jsullivan#3 from dmooney/master
Browse files Browse the repository at this point in the history
Fixed a small issue in the Readme
  • Loading branch information
jsullivan committed Dec 31, 2011
2 parents e429674 + 7748b2a commit baf84d8
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 baf84d8

Please sign in to comment.