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 { ...@@ -3169,10 +3169,6 @@ input[type="submit"].btn.btn-mini {
border-radius: 4px; border-radius: 4px;
} }
.alert-heading {
color: inherit;
}
.alert .close { .alert .close {
position: relative; position: relative;
top: -2px; top: -2px;
......
...@@ -739,7 +739,10 @@ form.well { ...@@ -739,7 +739,10 @@ form.well {
.bs-docs-example p:last-child { .bs-docs-example p:last-child {
margin-bottom: 0; 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; margin-bottom: 5px;
} }
form.bs-docs-example { form.bs-docs-example {
......
This diff is collapsed.
This diff is collapsed.
...@@ -11,9 +11,6 @@ ...@@ -11,9 +11,6 @@
.border-radius(4px); .border-radius(4px);
color: @warningText; color: @warningText;
} }
.alert-heading {
color: inherit;
}
// Adjust close link position // Adjust close link position
.alert .close { .alert .close {
...@@ -28,7 +25,7 @@ ...@@ -28,7 +25,7 @@
.alert-success { .alert-success {
background-color: @successBackground; background-color: @successBackground;
border-color: @successBorder; border-color: @successBorder;
color: @successText; color: @successText;
} }
.alert-danger, .alert-danger,
......
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