aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 00:03:11 -0700
committerMark Otto <[email protected]>2014-07-08 00:03:11 -0700
commitd85895fda8cb0837e8bd10d8618e68ebdfca40ad (patch)
tree90535a38b9c39fff2fc30b8f1f2b9e7e078352e9
parent5f768e01d41a37b030ce955c3199902d51d6be47 (diff)
downloadbootstrap-d85895fda8cb0837e8bd10d8618e68ebdfca40ad.tar.xz
bootstrap-d85895fda8cb0837e8bd10d8618e68ebdfca40ad.zip
buttons docs tweak
-rw-r--r--docs/_includes/css/buttons.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html
index bfc5ded80..139fbd1e6 100644
--- a/docs/_includes/css/buttons.html
+++ b/docs/_includes/css/buttons.html
@@ -1,16 +1,16 @@
<div class="bs-docs-section">
<h1 id="buttons" class="page-header">Buttons</h1>
-
- <h2 id="buttons-options">Options</h2>
<p>Use any of the available button classes to quickly create a styled button.</p>
<div class="bs-example">
- <button type="button" class="btn btn-default">Default</button>
- <button type="button" class="btn btn-primary">Primary</button>
- <button type="button" class="btn btn-success">Success</button>
- <button type="button" class="btn btn-info">Info</button>
- <button type="button" class="btn btn-warning">Warning</button>
- <button type="button" class="btn btn-danger">Danger</button>
- <button type="button" class="btn btn-link">Link</button>
+ <p>
+ <button type="button" class="btn btn-default">Default</button>
+ <button type="button" class="btn btn-primary">Primary</button>
+ <button type="button" class="btn btn-success">Success</button>
+ <button type="button" class="btn btn-info">Info</button>
+ <button type="button" class="btn btn-warning">Warning</button>
+ <button type="button" class="btn btn-danger">Danger</button>
+ <button type="button" class="btn btn-link">Link</button>
+ </p>
</div>
{% highlight html %}
<!-- Standard button -->