In version two I could use
badge badge-important
I see that the .badge element no longer has contextual (-success,-primary,etc..) c
In short: Replace badge-important
with either alert-danger
or progress-bar-danger
.
It looks like this: Bootply Demo.
You might combine the CSS class badge
with alert-*
or progess-bar-*
to color them:
With class="badges alert-*"
badge Info
badge Success
badge Danger
badge Warning
Alerts Docu: http://getbootstrap.com/components/#alerts
With class="badges progress-bar-*"
(as suggested by @clami219)
Info
Success
Danger
Warning
Progress-Bar Docu: http://getbootstrap.com/components/#progress-alternatives