mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
pre font-size increase; revert static top navbar, undo contents section for now
This commit is contained in:
+5
-13
@@ -31,7 +31,7 @@
|
||||
|
||||
<!-- Navbar
|
||||
================================================== -->
|
||||
<div class="navbar navbar-inverse navbar-static-top">
|
||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
||||
@@ -106,14 +106,6 @@
|
||||
<h1>Typography</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>
|
||||
|
||||
<h2 id="headings">Headings</h2>
|
||||
<p>All HTML headings, <code><h1></code> through <code><h6></code> are available.</p>
|
||||
<div class="bs-docs-example">
|
||||
@@ -182,7 +174,7 @@
|
||||
<hr class="bs-docs-separator">
|
||||
|
||||
|
||||
<h2>Abbreviations</h2>
|
||||
<h2 id="abbreviations">Abbreviations</h2>
|
||||
<p>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.</p>
|
||||
|
||||
<h3><code><abbr></code></h3>
|
||||
@@ -203,7 +195,7 @@
|
||||
<hr class="bs-docs-separator">
|
||||
|
||||
|
||||
<h2>Addresses</h2>
|
||||
<h2 id="addresses">Addresses</h2>
|
||||
<p>Present contact information for the nearest ancestor or the entire body of work.</p>
|
||||
|
||||
<h3><code><address></code></h3>
|
||||
@@ -238,7 +230,7 @@
|
||||
<hr class="bs-docs-separator">
|
||||
|
||||
|
||||
<h2>Blockquotes</h2>
|
||||
<h2 id="blockquotes">Blockquotes</h2>
|
||||
<p>For quoting blocks of content from another source within your document.</p>
|
||||
|
||||
<h3>Default blockqoute</h3>
|
||||
@@ -291,7 +283,7 @@
|
||||
|
||||
|
||||
<!-- Lists -->
|
||||
<h2>Lists</h2>
|
||||
<h2 id="lists">Lists</h2>
|
||||
|
||||
<h3>Unordered</h3>
|
||||
<p>A list of items in which the order does <em>not</em> explicitly matter.</p>
|
||||
|
||||
Reference in New Issue
Block a user