From 5b947b8a2f801d33af2fe8d78f9655ce1ebd5e7c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Aug 2012 16:11:52 -0700 Subject: fix up padding on small buttons, add button examples --- docs/base-css.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index fb6616fb7..3ea3bdce3 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -967,7 +967,7 @@ For example, <code>section</code> should be wrapped as inline.

Textarea

-

Form control which supports multiple lines of text. Change rows attribute as necessary.

+

Form control which supports multiple lines of text. Change row attribute as necessary.

@@ -1445,6 +1445,10 @@ For example, <code>section</code> should be wrapped as inline.

+

+ + +

@@ -1457,6 +1461,7 @@ For example, <code>section</code> should be wrapped as inline.

 <button class="btn btn-large" type="button">Large button</button>
 <button class="btn btn-small" type="button">Small button</button>
+<button class="btn" type="button">Default button</button>
 <button class="btn btn-mini" type="button">Mini button</button>
 

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

@@ -1740,6 +1745,7 @@ For example, <code>section</code> should be wrapped as inline. +

User @@ -1751,6 +1757,8 @@ For example, <code>section</code> should be wrapped as inline.
  • Make admin
  • +

    + -- cgit v1.2.3