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
Copy file name to clipboardExpand all lines: docs/index.html
+29-29Lines changed: 29 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ <h1>Grid system <small>Rock the standard 940px or roll your own</small></h1>
88
88
<divclass="row">
89
89
<divclass="span4 columns">
90
90
<h2>Default grid</h2>
91
-
<p>The default grid system provided as part of Bootstrap is a 940px wide 16-column grid. It's a flavor of the popular 960 grid system, but without the additional margin/padding on the left and right sides.</p>
91
+
<p>The default grid system provided as part of Bootstrap is a 940px wide 16-column grid. It’s a flavor of the popular 960 grid system, but without the additional margin/padding on the left and right sides.</p>
92
92
</div>
93
93
<divclass="span12 columns">
94
94
<h3>Example grid markup</h3>
@@ -267,7 +267,7 @@ <h6>h6. Heading 6</h6>
267
267
<divclass="span6 columns">
268
268
<h3>Example paragraph</h3>
269
269
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p>You can also add subheadings with the <code><strong></code> and <code><em></code></p>
272
272
</div>
273
273
</div>
@@ -288,9 +288,9 @@ <h4>When to use</h4>
288
288
<p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to add visual distinction between a word or phrase and its surrounding copy. Use <code><strong></code> for plain old attention and <code><em></code> for <em>slick</em> attention and titles.</p>
289
289
<h3>Emphasis in a paragraph</h3>
290
290
<p><ahref="">Fusce dapibus</a>, <strong>tellus ac cursus commodo</strong>, <em>tortor mauris condimentum nibh</em>, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.</p>
291
-
<p><strong>Note:</strong> It's still okay to use <code><b></code> and <code><i></code> tags in HTML5, but they don't come with inherent styles anymore. <code><b></code> is meant to convey importance while <code><i></code> is mostly for voice, technical terms, etc.</p>
291
+
<p><strong>Note:</strong> It’s still okay to use <code><b></code> and <code><i></code> tags in HTML5, but they don’t come with inherent styles anymore. <code><b></code> is meant to convey importance while <code><i></code> is mostly for voice, technical terms, etc.</p>
292
292
<h3>Addresses</h3>
293
-
<p>The <code>address</code> element is used for contact information for its nearest ancestor, or the entire body of work. Here's how it looks:</p>
293
+
<p>The <code>address</code> element is used for contact information for its nearest ancestor, or the entire body of work. Here’s how it looks:</p>
294
294
<address>
295
295
<strong>Twitter, Inc.</strong><br/>
296
296
795 Folsom Ave, Suite 600<br/>
@@ -315,7 +315,7 @@ <h2>Blockquotes</h2>
315
315
<divclass="span12 columns">
316
316
<p>Be sure to wrap your <code>blockquote</code> around <code>paragraph</code> and <code>small</code> tags. When citing a source, use the <code>small</code> element. The CSS will automatically preface a name with an em dash (&mdash;).</p>
317
317
<blockquote>
318
-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua...</p>
318
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua…</p>
319
319
<small>Dr. Julius Hibbert</small>
320
320
</blockquote>
321
321
</div>
@@ -423,7 +423,7 @@ <h2>Building tables</h2>
423
423
</p>
424
424
<p>Tables are great—for a lot of things. Great tables, however, need a bit of markup love to be useful, scalable, and readable (at the code level). Here are a few tips to help.</p>
425
425
<p>Always wrap your column headers in a <code>thead</code> such that hierarchy is <code>thead</code>><code>tr</code>><code>th</code>.</p>
426
-
<p>Similar to the column headers, all your table's body content should be wrapped in a <code>tbody</code> so your hierarchy is <code>tbody</code>><code>tr</code>><code>td</code>.</p>
426
+
<p>Similar to the column headers, all your table’s body content should be wrapped in a <code>tbody</code> so your hierarchy is <code>tbody</code>><code>tr</code>><code>td</code>.</p>
<p>Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via <ahref="http://jquery.com">jQuery</a> and the <ahref="http://tablesorter.com/docs/">Tablesorter</a> plugin. <strong>Click any column's header to change the sort.</strong></p>
505
+
<p>Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via <ahref="http://jquery.com">jQuery</a> and the <ahref="http://tablesorter.com/docs/">Tablesorter</a> plugin. <strong>Click any column’s header to change the sort.</strong></p>
<span>Option one is this and that—be sure to include why it's great</span>
718
+
<span>Option one is this and that—be sure to include why it’s great</span>
719
719
</label>
720
720
</li>
721
721
<li>
@@ -741,7 +741,7 @@ <h2>Default styles</h2>
741
741
<divclass="row">
742
742
<divclass="span4 columns">
743
743
<h2>Stacked forms</h2>
744
-
<p>Add <code>.form-stacked</code> to your form's HTML and you'll have labels on top of their fields instead of to their left. This works great if your forms are short or you have two columns of inputs for heavier forms.</p>
744
+
<p>Add <code>.form-stacked</code> to your form’s HTML and you’ll have labels on top of their fields instead of to their left. This works great if your forms are short or you have two columns of inputs for heavier forms.</p>
<span>Option one is this and that—be sure to include why it's great</span>
778
+
<span>Option one is this and that—be sure to include why it’s great</span>
779
779
</label>
780
780
</li>
781
781
<li>
@@ -807,7 +807,7 @@ <h2>Buttons</h2>
807
807
</div>
808
808
<divclass="span12 columns">
809
809
<h3>Example buttons</h3>
810
-
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you'll want to apply these to only <code>a</code>, <code>button</code>, and select <code>input</code> elements. Here's how it looks:</p>
810
+
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code>a</code>, <code>button</code>, and select <code>input</code> elements. Here’s how it looks:</p>
<p>For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. That's <code>.disabled</code> for links and <code>:disabled</code> for <code>button</code> elements.</p>
826
+
<p>For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. That’s <code>.disabled</code> for links and <code>:disabled</code> for <code>button</code> elements.</p>
827
827
<h4>Links</h4>
828
828
<divclass="well">
829
829
<ahref="#" class="btn large primary disabled">Primary action</a>
<p>Our topbar is a fixed bar that houses a website's logo or name, primary navigation, and search form.</p>
878
+
<p>Our topbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.</p>
879
879
</div>
880
880
<divclass="span5 columns">
881
881
<h4>Customizable</h4>
882
882
<p>All elements within, and the entire topbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav—or any combination of that.</p>
883
883
</div>
884
884
<divclass="span6 columns">
885
885
<h4>Dropdowns included</h4>
886
-
<p>As part of the main navigation, we've included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it's done.</p>
886
+
<p>As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done.</p>
887
887
</div>
888
888
</div>
889
889
@@ -954,7 +954,7 @@ <h2>Pagination</h2>
954
954
<liclass="active"><ahref="">10</a></li>
955
955
<li><ahref="">11</a></li>
956
956
<li><ahref="">12</a></li>
957
-
<liclass="disabled"><ahref="">...</a></li>
957
+
<liclass="disabled"><ahref="">…</a></li>
958
958
<li><ahref="">19</a></li>
959
959
<li><ahref="">20</a></li>
960
960
<li><ahref="">21</a></li>
@@ -1014,15 +1014,15 @@ <h2>Basic alerts</h2>
1014
1014
</div>
1015
1015
<divclass="alert-message warning">
1016
1016
<aclass="close" href="#">×</a>
1017
-
<p><strong>Holy gaucamole!</strong> Best check yo self, you're not looking too good.</p>
1017
+
<p><strong>Holy gaucamole!</strong> Best check yo self, you’re not looking too good.</p>
1018
1018
</div>
1019
1019
<divclass="alert-message success">
1020
1020
<aclass="close" href="#">×</a>
1021
1021
<p><strong>Well done!</strong> You successfully read this alert message.</p>
1022
1022
</div>
1023
1023
<divclass="alert-message info">
1024
1024
<aclass="close" href="#">×</a>
1025
-
<p><strong>Heads up!</strong> This is an alert that needs your attention, but it's not a huge priority just yet.</p>
1025
+
<p><strong>Heads up!</strong> This is an alert that needs your attention, but it’s not a huge priority just yet.</p>
1026
1026
</div>
1027
1027
</div>
1028
1028
</div>
@@ -1039,7 +1039,7 @@ <h2>Block messages</h2>
1039
1039
</div>
1040
1040
<divclass="alert-message block-message warning">
1041
1041
<aclass="close" href="#">×</a>
1042
-
<p><strong>Holy gaucamole! This is a warning!</strong> 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>
1042
+
<p><strong>Holy gaucamole! This is a warning!</strong> 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>
1043
1043
<p><aclass="btn small" href="#">Take this action</a><aclass="btn small" href="#">Or do this</a></p>
1044
1044
</div>
1045
1045
<divclass="alert-message block-message success">
@@ -1049,7 +1049,7 @@ <h2>Block messages</h2>
1049
1049
</div>
1050
1050
<divclass="alert-message block-message info">
1051
1051
<aclass="close" href="#">×</a>
1052
-
<p><strong>Heads up!</strong> This is an alert that needs your attention, but it's not a huge priority just yet.</p>
1052
+
<p><strong>Heads up!</strong> This is an alert that needs your attention, but it’s not a huge priority just yet.</p>
1053
1053
<p><aclass="btn small" href="#">Take this action</a><aclass="btn small" href="#">Or do this</a></p>
1054
1054
</div>
1055
1055
</div>
@@ -1064,7 +1064,7 @@ <h1>Popovers <small>Components for displaying content in modals, tooltips, and p
1064
1064
<divclass="row">
1065
1065
<divclass="span4 columns">
1066
1066
<h2>Modals</h2>
1067
-
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it's important that the background context be maintained.</p>
1067
+
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p>
<p>Not feeling the .js solution? <ahref="http://incident57.com/less" target="_blank">Try the Less Mac app</a> or <ahref="http://lesscss.org/#-client-side-usage" target="_blank">use Node.js</a> to compile when you deploy your code.</p>
1163
1163
1164
-
<h2>What's included</h2>
1165
-
<p>Here are some of the highlights of what's included in Twitter Bootstrap as part of Bootstrap. Head over to the Bootstrap website or Github project page to download and learn more.</p>
1164
+
<h2>What’s included</h2>
1165
+
<p>Here are some of the highlights of what’s included in Twitter Bootstrap as part of Bootstrap. Head over to the Bootstrap website or Github project page to download and learn more.</p>
1166
1166
<h3>Color variables</h3>
1167
-
<p>Variables in Less are perfect for maintaining and updating your CSS headache free. When you want to change a color value or a frequently used value, update it in one spot and you're set.</p>
1167
+
<p>Variables in Less are perfect for maintaining and updating your CSS headache free. When you want to change a color value or a frequently used value, update it in one spot and you’re set.</p>
1168
1168
<preclass="prettyprint linenums">
1169
1169
// Links
1170
1170
@linkColor: #8b59c2;
@@ -1192,14 +1192,14 @@ <h3>Color variables</h3>
1192
1192
</pre>
1193
1193
1194
1194
<h3>Commenting</h3>
1195
-
<p>Less also provides another style of commenting in addition to CSS's normal <code>/* ... */</code> syntax.</p>
1195
+
<p>Less also provides another style of commenting in addition to CSS’s normal <code>/* ... */</code> syntax.</p>
1196
1196
<preclass="prettyprint linenums">
1197
1197
// This is a comment
1198
1198
/* This is also a comment */
1199
1199
</pre>
1200
1200
1201
1201
<h3>Mixins up the wazoo</h3>
1202
-
<p>Mixins are basically includes or partials for CSS, allowing you to combine a block of code into one. They're great for vendor prefixed properties like <code>box-shadow</code>, cross-browser gradients, font stacks, and more. Below is a sample of the mixins that are included with Bootstrap.</p>
1202
+
<p>Mixins are basically includes or partials for CSS, allowing you to combine a block of code into one. They’re great for vendor prefixed properties like <code>box-shadow</code>, cross-browser gradients, font stacks, and more. Below is a sample of the mixins that are included with Bootstrap.</p>
0 commit comments