From 7b7a02542b5fa46338bc14fd83ca9b84d43c6b55 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:41:40 +0200 Subject: Improve doc for block level buttons --- docs/base-css.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index c84a42cf7..584ce7d07 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1500,11 +1500,14 @@ For example, <code>section</code> should be wrapped as inline.

Create block level buttons—those that span the full width of a parent— by adding .btn-block.

- +
-
<button class="btn btn-large btn-block" type="button">Block level button</button>
+
+<button class="btn btn-large btn-block btn-primary" type="button">Block level button</button>
+<button class="btn btn-large btn-block" type="button">Block level button</button>
+

Disabled state

-- cgit v1.2.3