2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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
+1 -4
View File
@@ -11,9 +11,6 @@
.border-radius(4px);
color: @warningText;
}
.alert-heading {
color: inherit;
}
// Adjust close link position
.alert .close {
@@ -28,7 +25,7 @@
.alert-success {
background-color: @successBackground;
border-color: @successBorder;
border-color: @successBorder;
color: @successText;
}
.alert-danger,