rewrite alerts and progress bars sections

This commit is contained in:
Mark Otto
2012-06-10 15:12:02 -07:00
parent 4a907709ba
commit f2e39233f5
5 changed files with 317 additions and 173 deletions

View File

@@ -3169,10 +3169,6 @@ input[type="submit"].btn.btn-mini {
border-radius: 4px;
}
.alert-heading {
color: inherit;
}
.alert .close {
position: relative;
top: -2px;

View File

@@ -739,7 +739,10 @@ form.well {
.bs-docs-example p:last-child {
margin-bottom: 0;
}
.bs-docs-example .table {
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert {
margin-bottom: 5px;
}
form.bs-docs-example {