diff options
| author | Mark Otto <[email protected]> | 2012-01-15 11:30:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 11:30:24 -0800 |
| commit | fe160261e460903cae251de25eaf41f236bd051e (patch) | |
| tree | 50bd2ee4e3431cfa1e0ef57a6fd620e78fe7f217 /lib | |
| parent | 1385540d0a404cec680313c3116a27033ced816a (diff) | |
| download | bootstrap-fe160261e460903cae251de25eaf41f236bd051e.tar.xz bootstrap-fe160261e460903cae251de25eaf41f236bd051e.zip | |
normalize the alert classes to match last night's flip for form and table classes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/alerts.less | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/alerts.less b/lib/alerts.less index d1cd8addd..a338f502a 100644 --- a/lib/alerts.less +++ b/lib/alerts.less @@ -25,45 +25,45 @@ // Alternate styles // ---------------- -.success-alert { +.alert-success { background-color: #dff0d8; border-color: #cfe8c4; } -.success-alert, -.success-alert .alert-heading { +.alert-success, +.alert-success .alert-heading { color: #468847; } -.danger-alert, -.error-alert { +.alert-danger, +.alert-error { background-color: #f2dede; border-color: #e9c7c7; } -.danger-alert, -.error-alert, -.danger-alert .alert-heading, -.error-alert .alert-heading { +.alert-danger, +.alert-error, +.alert-danger .alert-heading, +.alert-error .alert-heading { color: #B94A48; } -.info-alert { +.alert-info { background-color: #d9edf7; border-color: #bfe1f2; } -.info-alert, -.info-alert .alert-heading { +.alert-info, +.alert-info .alert-heading { color: #3a87ad; } // Block alerts // ------------------------ -.block-alert { +.alert-block { padding-top: 14px; padding-bottom: 14px; } -.block-alert > p, -.block-alert > ul { +.alert-block > p, +.alert-block > ul { margin-bottom: 0; } -.block-alert p + p { +.alert-block p + p { margin-top: 5px; }
\ No newline at end of file |
