Skip to content

Commit

Permalink
Fix percentage
Browse files Browse the repository at this point in the history
Not a major fix but the wrong percentage bothered me :)
  • Loading branch information
elpopisencio authored and jgthms committed Jul 10, 2018
1 parent 40f9d7a commit fcaea07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/elements/progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% endcapture %}

{% capture progress_colors %}
<progress class="progress is-primary" value="15" max="100">30%</progress>
<progress class="progress is-primary" value="15" max="100">15%</progress>
<progress class="progress is-link" value="30" max="100">30%</progress>
<progress class="progress is-info" value="45" max="100">45%</progress>
<progress class="progress is-success" value="60" max="100">60%</progress>
Expand Down

0 comments on commit fcaea07

Please sign in to comment.