aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index fee6fc897..69229231f 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -2078,6 +2078,14 @@ For example, <code><section></code> should be wrapped as inlin
</div>
</pre>
+ <h5>Large button</h5>
+ <div class="bs-docs-example">
+ <a class="btn btn-large" href="#"><i class="icon-star"></i> Star</a>
+ </div>
+<pre class="prettyprint linenums">
+&lt;a class="btn btn-large" href="#"&gt;&lt;i class="icon-star"&gt;&lt;/i&gt; Star&lt;/a&gt;
+</pre>
+
<h5>Small button</h5>
<div class="bs-docs-example">
<a class="btn btn-small" href="#"><i class="icon-star"></i></a>