Skip to content

Commit

Permalink
compy edits to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 19, 2012
1 parent 7ed82c1 commit bb85bbc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions docs/assets/css/docs.css
Expand Up @@ -776,7 +776,6 @@ form.bs-docs-example {
display: block;
*width: 190px;
margin: 0 0 -1px;
font-size: 14px;
padding: 8px 14px;
border: 1px solid #e5e5e5;
}
Expand Down Expand Up @@ -879,7 +878,7 @@ form.bs-docs-example {
width: 166px;
}
.bs-docs-sidenav.affix {
top: 0px;
top: 0;
}
}

Expand Down
8 changes: 4 additions & 4 deletions docs/getting-started.html
Expand Up @@ -85,7 +85,7 @@ <h1>Getting started</h1>
================================================== -->
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav" >
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#download-bootstrap"><i class="icon-chevron-right"></i> Download</a></li>
<li><a href="#file-structure"><i class="icon-chevron-right"></i> File structure</a></li>
<li><a href="#contents"><i class="icon-chevron-right"></i> What's included</a></li>
Expand All @@ -106,13 +106,13 @@ <h1>1. Download</h1>
</div>
<p class="lead">Before downloading, be sure to have a code editor (we recommend <a href="http://sublimetext.com/2">Sublime Text 2</a>) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with our the compiled Bootstrap files.</p>

<div class="row">
<div class="span4">
<div class="row-fluid">
<div class="span6">
<h2>Download compiled</h2>
<p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p>
<p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" >Download Bootstrap</a></p>
</div>
<div class="span4">
<div class="span6">
<h2>Download source</h2>
<p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p>
<p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p>
Expand Down
10 changes: 5 additions & 5 deletions docs/scaffolding.html
Expand Up @@ -100,7 +100,7 @@ <h1>Scaffolding</h1>
================================================== -->
<section id="global">
<div class="page-header">
<h1>Global styles <small>for CSS reset, typography, and links</small></h1>
<h1>Global styles</h1>
</div>

<h3>Requires HTML5 doctype</h3>
Expand Down Expand Up @@ -134,7 +134,7 @@ <h3>Reset via Normalize</h3>
================================================== -->
<section id="gridSystem">
<div class="page-header">
<h1>Default grid system <small>12 columns with a responsive twist</small></h1>
<h1>Default grid system</h1>
</div>

<h2>Live grid example</h2>
Expand Down Expand Up @@ -233,7 +233,7 @@ <h3>Example</h3>
================================================== -->
<section id="fluidGridSystem">
<div class="page-header">
<h1>Fluid grid system <small>12 responsive, percent-based columns</small></h1>
<h1>Fluid grid system</h1>
</div>

<h2>Live fluid grid example</h2>
Expand Down Expand Up @@ -338,7 +338,7 @@ <h2>Fluid nesting</h2>
================================================== -->
<section id="layouts">
<div class="page-header">
<h1>Layouts <small>Basic templates to create webpages</small></h1>
<h1>Layouts</h1>
</div>

<h2>Fixed layout</h2>
Expand Down Expand Up @@ -381,7 +381,7 @@ <h2>Fluid layout</h2>
================================================== -->
<section id="responsive">
<div class="page-header">
<h1>Responsive design <small>Media queries for various devices and resolutions</small></h1>
<h1>Responsive design</h1>
</div>

<h2>Enabling responsive features</h2>
Expand Down
8 changes: 4 additions & 4 deletions docs/templates/pages/getting-started.mustache
Expand Up @@ -14,7 +14,7 @@
================================================== -->
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav" >
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#download-bootstrap"><i class="icon-chevron-right"></i> {{_i}}Download{{/i}}</a></li>
<li><a href="#file-structure"><i class="icon-chevron-right"></i> {{_i}}File structure{{/i}}</a></li>
<li><a href="#contents"><i class="icon-chevron-right"></i> {{_i}}What's included{{/i}}</a></li>
Expand All @@ -35,13 +35,13 @@
</div>
<p class="lead">{{_i}}Before downloading, be sure to have a code editor (we recommend <a href="http://sublimetext.com/2">Sublime Text 2</a>) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with our the compiled Bootstrap files.{{/i}}</p>

<div class="row">
<div class="span4">
<div class="row-fluid">
<div class="span6">
<h2>Download compiled</h2>
<p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p>
<p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);"{{/production}}>Download Bootstrap</a></p>
</div>
<div class="span4">
<div class="span6">
<h2>Download source</h2>
<p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p>
<p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);"{{/production}}>Download Bootstrap source</a></p>
Expand Down
10 changes: 5 additions & 5 deletions docs/templates/pages/scaffolding.mustache
Expand Up @@ -29,7 +29,7 @@
================================================== -->
<section id="global">
<div class="page-header">
<h1>{{_i}}Global styles <small>for CSS reset, typography, and links</small>{{/i}}</h1>
<h1>{{_i}}Global styles{{/i}}</h1>
</div>

<h3>{{_i}}Requires HTML5 doctype{{/i}}</h3>
Expand Down Expand Up @@ -63,7 +63,7 @@
================================================== -->
<section id="gridSystem">
<div class="page-header">
<h1>{{_i}}Default grid system <small>12 columns with a responsive twist</small>{{/i}}</h1>
<h1>{{_i}}Default grid system{{/i}}</h1>
</div>

<h2>{{_i}}Live grid example{{/i}}</h2>
Expand Down Expand Up @@ -162,7 +162,7 @@
================================================== -->
<section id="fluidGridSystem">
<div class="page-header">
<h1>{{_i}}Fluid grid system <small>12 responsive, percent-based columns</small>{{/i}}</h1>
<h1>{{_i}}Fluid grid system{{/i}}</h1>
</div>

<h2>{{_i}}Live fluid grid example{{/i}}</h2>
Expand Down Expand Up @@ -267,7 +267,7 @@
================================================== -->
<section id="layouts">
<div class="page-header">
<h1>{{_i}}Layouts <small>Basic templates to create webpages</small>{{/i}}</h1>
<h1>{{_i}}Layouts{{/i}}</h1>
</div>

<h2>{{_i}}Fixed layout{{/i}}</h2>
Expand Down Expand Up @@ -310,7 +310,7 @@
================================================== -->
<section id="responsive">
<div class="page-header">
<h1>{{_i}}Responsive design <small>Media queries for various devices and resolutions</small>{{/i}}</h1>
<h1>{{_i}}Responsive design{{/i}}</h1>
</div>

{{! Enabling }}
Expand Down

0 comments on commit bb85bbc

Please sign in to comment.