From 5cb76037ae70ca26a923750ca9441b04d2fbd6a7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 5 Jan 2012 23:24:19 -0800 Subject: fixing conflict in dividers in navbar, fix navbar docs, fix search form in navbar --- docs/assets/css/docs.css | 1 - docs/base-css.html | 2 +- docs/components.html | 11 +++++------ 3 files changed, 6 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 41c7ae4b6..6cffcbc20 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -41,7 +41,6 @@ body > .navbar-fixed .brand:hover { } .page-header h1 { margin-bottom: 17px; - font-size: 36px; line-height: 1; } diff --git a/docs/base-css.html b/docs/base-css.html index a0c3c4cf1..399a41463 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1181,7 +1181,7 @@

Button groups

-

Use button groups to join multiple buttons together as one composite component. Button groups can be built with not only <a> or <button> elements, but also radios and checkboxes.

+

Use button groups to join multiple buttons together as one composite component. Just build them with a series of <a> or <button> elements. Button groups can also function as radios and checkboxes (see the Javascript docs for that).

You can also combine sets of button groups into a toolbar for more complex projects.

Get the javascript »

Heads up: CSS for button groups is in a separate file, button-groups.less.

diff --git a/docs/components.html b/docs/components.html index e57d1fd17..5c25a98a4 100644 --- a/docs/components.html +++ b/docs/components.html @@ -267,7 +267,6 @@ -

Fixed navbar