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.

diff --git a/docs/javascript.html b/docs/javascript.html index 7f589de4c2..6a240c4d4b 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -240,7 +240,7 @@