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
+27-24Lines changed: 27 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ <h1>Bootstrap, from Twitter</h1>
65
65
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br/>
66
66
</p>
67
67
<p><strong>Nerd alert:</strong> Bootstrap is <ahref="#less" title="Read about using Bootstrap with Less">built with Less</a> and was designed to work out of the gate with modern browsers in mind.</p>
68
-
</div><!-- /container -->
68
+
</div><!-- /container -->
69
69
</div>
70
70
</div>
71
71
@@ -303,8 +303,10 @@ <h1>Typography <small>Headings, paragraphs, lists, and other inline type element
303
303
<!-- Headings & Paragraph Copy -->
304
304
<divclass="row">
305
305
<divclass="span4 columns">
306
-
<h2>Headings and copy</h2>
306
+
<h2>Headings & copy</h2>
307
307
<p>A standard typographic hierarchy for structuring your webpages.</p>
308
+
<p>The entire typographic grid is based on two Less variables in our preboot.less file: <code>@basefont</code> and <code>@baseline</code>. The first is the base font-size used throughout and the second is the base line-height.</p>
309
+
<p>We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.</p>
<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>
942
944
</div>
943
945
</div>
946
+
<p><strong>Note:</strong> When using the topbar on any page, be sure to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>body</code>.</p>
944
947
945
948
<br/>
946
949
@@ -1366,7 +1369,7 @@ <h3>Operations and grid system</h3>
0 commit comments