aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 18:27:38 -0800
committerMark Otto <[email protected]>2012-02-01 18:27:38 -0800
commitf34ddb5c3f214b75de36aec2b1631844166bb8cc (patch)
treebcb7686f3d3158dd6dfda459e017df2e204c3def /docs/base-css.html
parent94c2c70e6e0a67f30b45efc35806f29d7deaa810 (diff)
downloadbootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.tar.xz
bootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.zip
nuke all curly ticks
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 0eb35b641..5aa0257c7 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -914,7 +914,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<div class="controls">
<label class="checkbox">
<input type="checkbox" id="optionsCheckbox" value="option1">
- Option one is this and that&mdash;be sure to include why it’s great
+ Option one is this and that&mdash;be sure to include why it's great
</label>
</div>
</div>
@@ -1145,7 +1145,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<div class="controls">
<label class="checkbox">
<input type="checkbox" name="optionsCheckboxList1" value="option1">
- Option one is this and that&mdash;be sure to include why it’s great
+ Option one is this and that&mdash;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, &lt;code&gt;section&lt;/code&gt; 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&mdash;be sure to include why it’s great
+ Option one is this and that&mdash;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, &lt;code&gt;section&lt;/code&gt; 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>&lt;a&gt;</code> and <code>&lt;button&gt;</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>&lt;a&gt;</code> and <code>&lt;button&gt;</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>&lt;button&gt;</code> and <code>&lt;a&gt;</code> elements for consistency.</p>