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/templates/pages/components.mustache | 32 +++----------------------------- docs/templates/pages/css.mustache | 4 ++-- 2 files changed, 5 insertions(+), 31 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 03110beac..0172ada8a 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1509,9 +1509,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.

@@ -1530,51 +1527,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>
 
- diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 2190d781d..682bda94b 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1529,10 +1529,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Input focus

We remove the default outline styles on some form controls and apply a box-shadow in its place for :focus.

- +
-<input class="input-xlarge" id="focusedInput" type="text" value="This is focused...">
+<input id="focusedInput" type="text" value="This is focused...">
 

Invalid inputs

-- cgit v1.2.3