nuke all curly ticks
This commit is contained in:
parent
94c2c70e6e
commit
f34ddb5c3f
8 changed files with 22 additions and 22 deletions
|
|
@ -914,7 +914,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" id="optionsCheckbox" value="option1">
|
||||
Option one is this and that—be sure to include why it’s great
|
||||
Option one is this and that—be sure to include why it's great
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1145,7 +1145,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="optionsCheckboxList1" value="option1">
|
||||
Option one is this and that—be sure to include why it’s great
|
||||
Option one is this and that—be sure to include why it's great
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="optionsCheckboxList2" value="option2">
|
||||
|
|
@ -1163,7 +1163,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
<div class="controls">
|
||||
<label class="radio">
|
||||
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
|
||||
Option one is this and that—be sure to include why it’s great
|
||||
Option one is this and that—be sure to include why it's great
|
||||
</label>
|
||||
<label class="radio">
|
||||
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
||||
|
|
@ -1252,7 +1252,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
</div>
|
||||
<div class="span4">
|
||||
<h3>For anchors and forms</h3>
|
||||
<p>Button styles can be applied to anything with the <code>.btn</code> applied. However, typically you’ll want to apply these to only <code><a></code> and <code><button></code> elements.</p>
|
||||
<p>Button styles can be applied to anything with the <code>.btn</code> applied. However, typically you'll want to apply these to only <code><a></code> and <code><button></code> elements.</p>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<p><strong>Note:</strong> All buttons must include the <code>.btn</code> class. Button styles should be applied to <code><button></code> and <code><a></code> elements for consistency.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue