diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 77e70e94d7..dc3849f1d4 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 678504b726..2ee0f2d295 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1301,23 +1301,23 @@ For example, <code>section</code> should be wrapped as inline.

Multiple sizes

Fancy larger or smaller buttons? Add .btn-large or .btn-small for two additional sizes.

- Primary action - Action + +

- Primary action - Action + +


Disabled state

For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.

- Primary action - Action + Primary link + Link

- - + +

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index f1584ed744..01b79c7a5b 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1225,23 +1225,23 @@

{{_i}}Multiple sizes{{/i}}

{{_i}}Fancy larger or smaller buttons? Add .btn-large or .btn-small for two additional sizes.{{/i}}

- {{_i}}Primary action{{/i}} - {{_i}}Action{{/i}} + +

- {{_i}}Primary action{{/i}} - {{_i}}Action{{/i}} + +


{{_i}}Disabled state{{/i}}

{{_i}}For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.{{/i}}

- {{_i}}Primary action{{/i}} - {{_i}}Action{{/i}} + {{_i}}Primary link{{/i}} + {{_i}}Link{{/i}}

- - + +

diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 77e2e02cd9..5a370f1137 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -179,6 +179,10 @@
  • {{_i}}The animate option was renamed to animation.{{/i}}
  • {{_i}}The html option was removed, as the tooltips default to allowing HTML now.{{/i}}
  • +

    {{_i}}Tooltips{{/i}}

    +

    {{_i}}Popovers{{/i}}