mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 17:01:07 +00:00
buttons docs tweak
This commit is contained in:
parent
5f768e01d4
commit
d85895fda8
1 changed files with 9 additions and 9 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
<div class="bs-docs-section">
|
<div class="bs-docs-section">
|
||||||
<h1 id="buttons" class="page-header">Buttons</h1>
|
<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>
|
<p>Use any of the available button classes to quickly create a styled button.</p>
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<button type="button" class="btn btn-default">Default</button>
|
<p>
|
||||||
<button type="button" class="btn btn-primary">Primary</button>
|
<button type="button" class="btn btn-default">Default</button>
|
||||||
<button type="button" class="btn btn-success">Success</button>
|
<button type="button" class="btn btn-primary">Primary</button>
|
||||||
<button type="button" class="btn btn-info">Info</button>
|
<button type="button" class="btn btn-success">Success</button>
|
||||||
<button type="button" class="btn btn-warning">Warning</button>
|
<button type="button" class="btn btn-info">Info</button>
|
||||||
<button type="button" class="btn btn-danger">Danger</button>
|
<button type="button" class="btn btn-warning">Warning</button>
|
||||||
<button type="button" class="btn btn-link">Link</button>
|
<button type="button" class="btn btn-danger">Danger</button>
|
||||||
|
<button type="button" class="btn btn-link">Link</button>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<!-- Standard button -->
|
<!-- Standard button -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue