2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Only use .danger for alerts, no more .error

This commit is contained in:
Mark Otto
2013-04-20 15:36:11 -07:00
parent 0c9b161bb8
commit dc4436dbc9
3 changed files with 6 additions and 11 deletions
+3 -7
View File
@@ -4663,22 +4663,18 @@ button.close {
color: #356635;
}
.alert-danger,
.alert-error {
.alert-danger {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-danger hr,
.alert-error hr {
.alert-danger hr {
border-top-color: #e6c1c7;
}
.alert-danger > a,
.alert-error > a,
.alert-danger > p > a,
.alert-error > p > a {
.alert-danger > p > a {
color: #953b39;
}