From 0758f64045645849b21164149428719a005da1cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Aug 2011 22:52:21 -0700 Subject: updated classnames in the docs for the alerts, updated colors on error and info alerts/buttons --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 136a0dbcd..68ae4cf94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1064,7 +1064,7 @@

Basic alerts

-

div.alert

+

div.alert-message

One-line messages for highlighting the failure, possible failure, or success of an action. Particularly useful for forms.

@@ -1090,7 +1090,7 @@

Block messages

-

div.alert.alert-block

+

div.alert-message.block-message

For messages that require a bit of explanation, we have paragraph style alerts. These are perfect for bubbling up longer error messages, warning a user of a pending action, or just presenting information for more emphasis on the page.

-- cgit v1.2.3