From: Mark Otto Date: Mon, 10 Aug 2015 23:11:44 +0000 (-0700) Subject: simplify some button docs copy X-Git-Tag: v4.0.0-alpha~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03c91b83bd15f87f9f08ccbea86e3ecfdfb549f8;p=thirdparty%2Fbootstrap.git simplify some button docs copy --- diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 6e25ebe22e..0dbb7a256e 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -4,7 +4,7 @@ title: Buttons group: components --- -Buttons are used to execute actions in forms, dialogs, and more. Use any of the available button classes to quickly create a styled button. +Use Bootstrap's custom button styles for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more. ## Contents @@ -104,7 +104,11 @@ Buttons will appear pressed (with a darker background, darker border, and inset ## Disabled state -Make buttons look unclickable by adding the `disabled` boolean attribute to any ` @@ -118,24 +122,12 @@ As `` elements don't support the `disabled` attribute, you must add the `.dis Link {% endexample %} -{% callout warning %} -#### Cross-browser compatibility - -If you add the `disabled` attribute to a `