diff options
| author | Mark Otto <[email protected]> | 2013-04-20 15:36:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-20 15:36:11 -0700 |
| commit | dc4436dbc9f328f4ad6ee391b6836b6c8d0324c2 (patch) | |
| tree | 9f6ed2bc4a30bc0d3757af5145abd0960670f82a /less | |
| parent | 0c9b161bb889a5f47f7ef0752d90c41c9f957695 (diff) | |
| download | bootstrap-dc4436dbc9f328f4ad6ee391b6836b6c8d0324c2.tar.xz bootstrap-dc4436dbc9f328f4ad6ee391b6836b6c8d0324c2.zip | |
Only use .danger for alerts, no more .error
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/alerts.less b/less/alerts.less index e3637ead9..ee5fc294d 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -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; |
