Commit f2e39233 authored by Mark Otto's avatar Mark Otto

rewrite alerts and progress bars sections

parent 4a907709
......@@ -3169,10 +3169,6 @@ input[type="submit"].btn.btn-mini {
border-radius: 4px;
}
.alert-heading {
color: inherit;
}
.alert .close {
position: relative;
top: -2px;
......
......@@ -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 {
......
This diff is collapsed.
This diff is collapsed.
......@@ -11,9 +11,6 @@
.border-radius(4px);
color: @warningText;
}
.alert-heading {
color: inherit;
}
// Adjust close link position
.alert .close {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment