From 1f1e285ed3f21dbcef607cabecf9077a1acb1e84 Mon Sep 17 00:00:00 2001 From: Maurice Gottlieb Date: Sun, 15 Jul 2012 20:06:42 +0300 Subject: [PATCH] Docs: Replace inline with mini at mini example (buttons-options.html) --- docs/buttons/buttons-options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/buttons/buttons-options.html b/docs/buttons/buttons-options.html index f46e8569652..9d4e8763327 100644 --- a/docs/buttons/buttons-options.html +++ b/docs/buttons/buttons-options.html @@ -83,7 +83,7 @@

Button basics

default: null (false)

If set to true, this will display a more compact version of the button that uses less vertical height. Possible values: true, false. This option is also exposed as a data attribute: data-mini="true"

$('a').buttonMarkup({ mini: "true" });
- Inline + Mini
shadow boolean