mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
pre font-size increase; revert static top navbar, undo contents section for now
This commit is contained in:
+4
-12
@@ -35,14 +35,6 @@
|
||||
<h1>{{_i}}Typography{{/i}}</h1>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li><a href="./base-css.html#headings">Headings</a></li>
|
||||
<li><a href="./base-css.html#body-copy">Body copy</a></li>
|
||||
<li><a href="./base-css.html#emphasis">Emphasis</a></li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
||||
{{! Headings }}
|
||||
<h2 id="headings">{{_i}}Headings{{/i}}</h2>
|
||||
<p>{{_i}}All HTML headings, <code><h1></code> through <code><h6></code> are available.{{/i}}</p>
|
||||
@@ -117,7 +109,7 @@
|
||||
|
||||
|
||||
{{! Abbreviations }}
|
||||
<h2>{{_i}}Abbreviations{{/i}}</h2>
|
||||
<h2 id="abbreviations">{{_i}}Abbreviations{{/i}}</h2>
|
||||
<p>{{_i}}Stylized implemenation of HTML's <code><abbr></code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.{{/i}}</p>
|
||||
|
||||
<h3><code><abbr></code></h3>
|
||||
@@ -139,7 +131,7 @@
|
||||
|
||||
|
||||
{{! Addresses }}
|
||||
<h2>{{_i}}Addresses{{/i}}</h2>
|
||||
<h2 id="addresses">{{_i}}Addresses{{/i}}</h2>
|
||||
<p>{{_i}}Present contact information for the nearest ancestor or the entire body of work.{{/i}}</p>
|
||||
|
||||
<h3><code><address></code></h3>
|
||||
@@ -175,7 +167,7 @@
|
||||
|
||||
|
||||
{{! Blockquotes }}
|
||||
<h2>{{_i}}Blockquotes{{/i}}</h2>
|
||||
<h2 id="blockquotes">{{_i}}Blockquotes{{/i}}</h2>
|
||||
<p>{{_i}}For quoting blocks of content from another source within your document.{{/i}}</p>
|
||||
|
||||
<h3>{{_i}}Default blockqoute{{/i}}</h3>
|
||||
@@ -228,7 +220,7 @@
|
||||
|
||||
|
||||
<!-- Lists -->
|
||||
<h2>{{_i}}Lists{{/i}}</h2>
|
||||
<h2 id="lists">{{_i}}Lists{{/i}}</h2>
|
||||
|
||||
<h3>{{_i}}Unordered{{/i}}</h3>
|
||||
<p>{{_i}}A list of items in which the order does <em>not</em> explicitly matter.{{/i}}</p>
|
||||
|
||||
Reference in New Issue
Block a user