diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 790f98340e..6eff3a5896 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Jan 27 18:48:54 PST 2012 + * Date: Fri Jan 27 19:45:56 PST 2012 */ article, aside, @@ -2691,6 +2691,10 @@ button.btn.small, input[type=submit].btn.small { .btn-group + .btn-group { margin-left: 5px; } +.btn-toolbar { + margin-top: 9px; + margin-bottom: 9px; +} .btn-toolbar .btn-group { display: inline-block; *display: inline; @@ -2769,9 +2773,13 @@ button.btn.small, input[type=submit].btn.small { box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn .caret { - margin-top: 6px; + margin-top: 7px; margin-left: 0; } +.btn:hover .caret, .open.btn-group .caret { + opacity: 1; + filter: alpha(opacity=100); +} .primary .caret, .danger .caret, .info .caret, diff --git a/docs/base-css.html b/docs/base-css.html index 0c6579b1e7..7552fb9b91 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1492,18 +1492,15 @@
Essentially, anywhere you can put an <i>
tag, you can put an icon. And if you need to position the text with no icon before it (where other items have an icon; see the navigation example below) simply use .icon
class with no other classes:
-<i class="icon"></i> -+
Essentially, anywhere you can put an <i>
tag, you can put an icon.
Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.
Use them in buttons - of all types and sizes.
-Use them in navigation.
Use button groups to join multiple buttons together as one composite component. Build them with a series of <a>
or <button>
elements.
You can also combine sets of <div class="btn-group">
into a <div class="btn-toolbar">
for more complex projects.
Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.
-<i class="icon search"></i>-
There are also styles available for inverted (white) icons, made ready with one extra class:
+{{_i}}There are also styles available for inverted (white) icons, made ready with one extra class:{{/i}}
<i class="icon white search"></i>@@ -1427,18 +1427,15 @@
{{_i}}Essentially, anywhere you can put an <i>
tag, you can put an icon. And if you need to position the text with no icon before it (where other items have an icon; see the navigation example below) simply use .icon
class with no other classes:{{/i}}
-<i class="icon"></i> -+
{{_i}}Essentially, anywhere you can put an <i>
tag, you can put an icon.{{/i}}
{{_i}}Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.{{/i}}
{{_i}}Use them in buttons - of all types and sizes.{{/i}}
-{{_i}}Use them in navigation.{{/i}}
{{_i}}Use button groups to join multiple buttons together as one composite component. Build them with a series of <a>
or <button>
elements.{{/i}}
{{_i}}You can also combine sets of <div class="btn-group">
into a <div class="btn-toolbar">
for more complex projects.{{/i}}
{{_i}}Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.{{/i}}
-