mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add 's' to 'classe' in components docs. thanks mishmosh.
This commit is contained in:
parent
48063afb3a
commit
0e6f12af86
2 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@
|
||||||
</div><!-- /btn-group -->
|
</div><!-- /btn-group -->
|
||||||
</div><!-- /btn-toolbar -->
|
</div><!-- /btn-toolbar -->
|
||||||
<h3>Sizes</h3>
|
<h3>Sizes</h3>
|
||||||
<p>Utilize the extra button classe <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.</p>
|
<p>Utilize the extra button classes <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.</p>
|
||||||
<div class="btn-toolbar">
|
<div class="btn-toolbar">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn btn-large">Large action</button>
|
<button class="btn btn-large">Large action</button>
|
||||||
|
|
2
docs/templates/pages/components.mustache
vendored
2
docs/templates/pages/components.mustache
vendored
|
@ -345,7 +345,7 @@
|
||||||
</div><!-- /btn-group -->
|
</div><!-- /btn-group -->
|
||||||
</div><!-- /btn-toolbar -->
|
</div><!-- /btn-toolbar -->
|
||||||
<h3>{{_i}}Sizes{{/i}}</h3>
|
<h3>{{_i}}Sizes{{/i}}</h3>
|
||||||
<p>{{_i}}Utilize the extra button classe <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.{{/i}}</p>
|
<p>{{_i}}Utilize the extra button classes <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.{{/i}}</p>
|
||||||
<div class="btn-toolbar">
|
<div class="btn-toolbar">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn btn-large">{{_i}}Large action{{/i}}</button>
|
<button class="btn btn-large">{{_i}}Large action{{/i}}</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue