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/templates/pages/base-css.mustache | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'docs/templates')
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 36f0d1ea5..4cc21e975 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1382,6 +1382,10 @@
+
+
+
+
@@ -1394,6 +1398,7 @@
<button class="btn btn-large" type="button">{{_i}}Large button{{/i}}</button>
<button class="btn btn-small" type="button">{{_i}}Small button{{/i}}</button>
+<button class="btn" type="button">{{_i}}Default button{{/i}}</button>
<button class="btn btn-mini" type="button">{{_i}}Mini button{{/i}}</button>
{{_i}}Create block level buttons—those that span the full width of a parent— by adding .btn-block.{{/i}}
@@ -1677,6 +1682,7 @@
+
+
+
{{! /bs-docs-example }}
--
cgit v1.2.3