From 0523c053a79430b3dab775fab2d572841f743c5a Mon Sep 17 00:00:00 2001 From: Olivier Laviale Date: Sun, 22 Jan 2012 21:45:20 +0100 Subject: [PATCH] Fixed typo --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/components.html diff --git a/docs/components.html b/docs/components.html old mode 100644 new mode 100755 index 7d05938746..984e8c76d8 --- a/docs/components.html +++ b/docs/components.html @@ -1128,7 +1128,7 @@

Rewritten base class

With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outter <div>.

Single alert message

-

For a more durable component with less code, we've removed the differentiating look for block alerts, messages that com with more padding and typically more text. The class also has changed to .alert-block.

+

For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to .alert-block.


Goes great with javascript

Bootstrap comes with a great jQuery plugin that supports alert messages, making dismissing them quick and easy.