Created by: pokonski
Initial version of progress bars.
Basic syntax:
<div class="progress">
<div class="bar" style="width: 75%"></div>
</div>
Also offers modificators (striped, animated and rounded corners at the same time):
<div class="progress striped active animated">
<div class="bar" style="width: 75%"></div>
</div>
Example here: http://okonski.org/bootstrap/docs/components.html . At the very end of the page.
Has some issues with Opera, because it does not hide overflow when border-radius is set. EDIT: Seems this is fixed in Opera 11.60 \o/