From f34ddb5c3f214b75de36aec2b1631844166bb8cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 18:27:38 -0800 Subject: nuke all curly ticks --- docs/components.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/components.html') 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 @@

Wrap your message and an optional close icon in a div with simple class.

× - Warning! Best check yo self, you’re not looking too good. + Warning! Best check yo self, you're not looking too good.
 <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>
 

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

×

Warning!

-

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.

+

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.

 <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>
 
@@ -1349,7 +1349,7 @@

Information

× - Heads up! This alert needs your attention, but it’s not super important. + Heads up! This alert needs your attention, but it's not super important.
 <div class="alert alert-info">
-- 
cgit v1.2.3