From 9ba14cfb7c0daa75453fd226d09198ffec142b1b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Jan 2013 16:14:41 -0800 Subject: More navbar derping --- docs/templates/pages/components.mustache | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 10a7ab067..8ec40dcad 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -791,31 +791,16 @@
{{! /example }}
-<form class="navbar-form pull-left">
-  <input type="text" class="span2">
+<form class="pull-left">
+  <input type="text" style="width: 200px;">
   <button type="submit" class="btn">Submit</button>
 </form>
-
- -

Search form

-

For a more customized search form, add .navbar-search to the form and .search-query to the input for specialized styles in the navbar.

-
- -
{{! /example }} -
-<form class="navbar-search pull-left">
-  <input type="text" class="search-query" placeholder="Search">
-</form>
 

Component alignment

-- cgit v1.2.3