aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-15 11:30:24 -0800
committerMark Otto <[email protected]>2012-01-15 11:30:24 -0800
commitfe160261e460903cae251de25eaf41f236bd051e (patch)
tree50bd2ee4e3431cfa1e0ef57a6fd620e78fe7f217 /bootstrap.css
parent1385540d0a404cec680313c3116a27033ced816a (diff)
downloadbootstrap-fe160261e460903cae251de25eaf41f236bd051e.tar.xz
bootstrap-fe160261e460903cae251de25eaf41f236bd051e.zip
normalize the alert classes to match last night's flip for form and table classes
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 7e2ba8023..c61c20987 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Jan 15 00:04:02 PST 2012
+ * Date: Sun Jan 15 11:29:00 PST 2012
*/
html, body {
margin: 0;
@@ -2689,38 +2689,38 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
margin-right: -21px;
}
-.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-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;
}
.thumbnails {