From 7582520808ad6c3610831652d0d4d33ea4ebf15b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 5 Jan 2012 22:37:23 -0800 Subject: docs cleanup and navbar brand hover --- docs/base-css.html | 68 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 27 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 225f10ae2..a0c3c4cf1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -638,7 +638,6 @@

3. Bordered table

Add borders around the entire table and between each row, plus a bit of rounded corners for aesthetic purposes.

-

Note Bordered tables do not work well with rowspan due to somewhat hacky CSS applied to the tables. Sorry about that!

@@ -1177,37 +1176,52 @@ -

Button groups

-
-
- Left - Middle - Right +
+ +
+
+

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.

+

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.

-
-
-
-
- 1 - 2 - 3 - 4 - 5 -
-
- 6 - 7 - 8 -
-
- 9 +
+

Linked button group

+

Using the standard <a class="btn" href="#">...</a> markup, simply add all the buttons you need.

+
+
+ Left + Middle + Right +
-
- 10 +

Level up one more time by wrapping multiple instances of <div class="btn-group"> with <div class="btn-toolbar">.

+
+
+
+ 1 + 2 + 3 + 4 + 5 +
+
+ 6 + 7 + 8 +
+
+ 9 +
+
+ 10 +
+
- + -- cgit v1.2.3