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/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 97d25136d..9d215b5bd 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1590,10 +1590,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