1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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

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,