From 03c91b83bd15f87f9f08ccbea86e3ecfdfb549f8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Aug 2015 16:11:44 -0700 Subject: [PATCH] simplify some button docs copy --- docs/components/buttons.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) 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 `