aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 95267c5b5..f1401d688 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -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>&lt;h1&gt;</code> through <code>&lt;h6&gt;</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>&lt;abbr&gt;</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>&lt;abbr&gt;</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>&lt;address&gt;</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>