From 97975c5fcf3f671c26d1688f54c8d65bba41c87c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 15:36:36 -0800 Subject: Readd focused example of inputs to docs; clean up alerts section --- docs/components.html | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 76035431a..1d4db2f8f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1578,9 +1578,6 @@

Use the alerts jQuery plugin for quick and easy dismissal of alerts.

-
- -

Options

For longer messages, increase the padding on the top and bottom of the alert wrapper by adding .alert-block.

@@ -1599,51 +1596,28 @@ -
- -

Contextual alternatives

Add optional classes to change an alert's connotation.

-

Error or danger

Oh snap! Change a few things up and try submitting again.
-
-
-<div class="alert alert-error">
-  ...
-</div>
-
- -

Success

-
Well done! You successfully read this important alert message.
-
-
-<div class="alert alert-success">
-  ...
-</div>
-
- -

Information

-
Heads up! This alert needs your attention, but it's not super important.
-<div class="alert alert-info">
-  ...
-</div>
+<div class="alert alert-error">... </div>
+<div class="alert alert-success">...</div>
+<div class="alert alert-info">...</div>
 
- -- cgit v1.2.3