You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1252,7 +1252,7 @@ <h3>Buttons for actions</h3>
1252
1252
</div>
1253
1253
<divclass="span4">
1254
1254
<h3>For anchors and forms</h3>
1255
-
<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>
1255
+
<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>
1256
1256
</div>
1257
1257
<divclass="span4">
1258
1258
<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>
Copy file name to clipboardexpand all lines: docs/components.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -1295,25 +1295,25 @@ <h3>Example alerts</h3>
1295
1295
<p>Wrap your message and an optional close icon in a div with simple class.</p>
1296
1296
<divclass="alert">
1297
1297
<aclass="close">×</a>
1298
-
<strong>Warning!</strong> Best check yo self, you’re not looking too good.
1298
+
<strong>Warning!</strong> Best check yo self, you're not looking too good.
1299
1299
</div>
1300
1300
<preclass="prettyprint linenums">
1301
1301
<div class="alert">
1302
1302
<a class="close">×</a>
1303
-
<strong>Warning!</strong> Best check yo self, you’re not looking too good.
1303
+
<strong>Warning!</strong> Best check yo self, you're not looking too good.
1304
1304
</div>
1305
1305
</pre>
1306
1306
<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>
1307
1307
<divclass="alert alert-block">
1308
1308
<aclass="close">×</a>
1309
1309
<h4class="alert-heading">Warning!</h4>
1310
-
<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>
1310
+
<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>{{_i}}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.{{/i}}</p>
1179
+
<p>{{_i}}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.{{/i}}</p>
1180
1180
</div>
1181
1181
<divclass="span4">
1182
1182
<p>{{_i}}<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.{{/i}}</p>
Copy file name to clipboardexpand all lines: docs/templates/pages/components.mustache
+5-5
Original file line number
Diff line number
Diff line change
@@ -1219,25 +1219,25 @@
1219
1219
<p>{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}</p>
1220
1220
<divclass="alert">
1221
1221
<aclass="close">×</a>
1222
-
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you’re not looking too good.{{/i}}
1222
+
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
1223
1223
</div>
1224
1224
<preclass="prettyprint linenums">
1225
1225
<div class="alert">
1226
1226
<a class="close">×</a>
1227
-
<strong>{{_i}}Warning!{{/i}}</strong>{{_i}}Best check yo self, you’re not looking too good.{{/i}}
1227
+
<strong>{{_i}}Warning!{{/i}}</strong>{{_i}}Best check yo self, you're not looking too good.{{/i}}
1228
1228
</div>
1229
1229
</pre>
1230
1230
<p>{{_i}}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.{{/i}}</p>
<p>{{_i}}Best check yo self, you’re not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
1234
+
<p>{{_i}}Best check yo self, you're not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
0 commit comments