diff options
| author | Mark Otto <[email protected]> | 2012-02-01 18:27:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 18:27:38 -0800 |
| commit | f34ddb5c3f214b75de36aec2b1631844166bb8cc (patch) | |
| tree | bcb7686f3d3158dd6dfda459e017df2e204c3def /docs/components.html | |
| parent | 94c2c70e6e0a67f30b45efc35806f29d7deaa810 (diff) | |
| download | bootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.tar.xz bootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.zip | |
nuke all curly ticks
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/components.html b/docs/components.html index 33601126d..c40d55613 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1295,25 +1295,25 @@ <p>Wrap your message and an optional close icon in a div with simple class.</p> <div class="alert"> <a class="close">×</a> - <strong>Warning!</strong> Best check yo self, you’re not looking too good. + <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> <pre class="prettyprint linenums"> <div class="alert"> <a class="close">×</a> - <strong>Warning!</strong> Best check yo self, you’re not looking too good. + <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> </pre> <p>Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.</p> <div class="alert alert-block"> <a class="close">×</a> <h4 class="alert-heading">Warning!</h4> - <p>Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> + <p>Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> </div> <pre class="prettyprint linenums"> <div class="alert alert-block"> <a class="close">×</a> <h4 class="alert-heading">Warning!</h4> - Best check yo self, you’re not... + Best check yo self, you're not... </div> </pre> </div> @@ -1349,7 +1349,7 @@ <h3>Information</h3> <div class="alert alert-info"> <a class="close">×</a> - <strong>Heads up!</strong> This alert needs your attention, but it’s not super important. + <strong>Heads up!</strong> This alert needs your attention, but it's not super important. </div> <pre class="prettyprint linenums"> <div class="alert alert-info"> |
