Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-20 10:01:24 +0400
committerMark Otto <markotto@twitter.com>2012-08-20 10:01:24 +0400
commita667fd93aba8e947f94af973518b7dce25c08765 (patch)
treeb9b474a86ea26cb1a158b1b7976d49d0d1840eef /docs/templates/pages
parent4e979f084d0a0942cb820ca54786ad2b99e4acff (diff)
pre font-size increase; revert static top navbar, undo contents section for now
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/base-css.mustache16
-rw-r--r--docs/templates/pages/getting-started.mustache5
-rw-r--r--docs/templates/pages/scaffolding.mustache2
3 files changed, 8 insertions, 15 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 53ded2d873..46b1552343 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -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>&lt;h1&gt;</code> through <code>&lt;h6&gt;</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>&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.{{/i}}</p>
<h3><code>&lt;abbr&gt;</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>&lt;address&gt;</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>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index b89a8c6291..8b58e62b72 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -57,6 +57,7 @@
<div class="page-header">
<h1>{{_i}}2. File structure{{/i}}</h1>
</div>
+ <p class="lead">{{_i}}Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.{{/i}}</p>
<p>{{_i}}Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:{{/i}}</p>
<pre class="prettyprint">
bootstrap/
@@ -82,7 +83,7 @@
<div class="page-header">
<h1>{{_i}}3. What's included{{/i}}</h1>
</div>
- <p>{{_i}}Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the <a href="http://getbootstrap.com">Bootstrap documentation</a>.{{/i}}</p>
+ <p class="lead">{{_i}}Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the <a href="http://getbootstrap.com">Bootstrap documentation</a>.{{/i}}</p>
<h2>{{_i}}Docs sections{{/i}}</h2>
<h4><a href="http://twitter.github.com/bootstrap/scaffolding.html">{{_i}}Scaffolding{{/i}}</a></h4>
@@ -126,7 +127,7 @@
<div class="page-header">
<h1>{{_i}}4. Basic HTML template{{/i}}</h1>
</div>
- <p>{{_i}}With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.{{/i}}</p>
+ <p class="lead">{{_i}}With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.{{/i}}</p>
<p>{{_i}}Now, here's a look at a <strong>typical HTML file</strong>:{{/i}}</p>
<pre class="prettyprint linenums">
&lt;html&gt;
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index c1147805c4..724ab5e53e 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -29,7 +29,7 @@
================================================== -->
<section id="global">
<div class="page-header">
- <h1>{{_i}}Global styles{{/i}}</h1>
+ <h1>{{_i}}Global settings{{/i}}</h1>
</div>
<h3>{{_i}}Requires HTML5 doctype{{/i}}</h3>