2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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
+1 -2
View File
@@ -55,8 +55,7 @@
color: darken(@state-success-text, 10%);
}
}
.alert-danger,
.alert-error {
.alert-danger {
background-color: @state-danger-bg;
border-color: @state-danger-border;
color: @state-danger-text;