aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/docs.css3
-rw-r--r--docs/getting-started.html8
-rw-r--r--docs/scaffolding.html10
-rw-r--r--docs/templates/pages/getting-started.mustache8
-rw-r--r--docs/templates/pages/scaffolding.mustache10
5 files changed, 19 insertions, 20 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 02fd34c51..2150baede 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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;
}
@@ -879,7 +878,7 @@ form.bs-docs-example {
width: 166px;
}
.bs-docs-sidenav.affix {
- top: 0px;
+ top: 0;
}
}
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 0eecd59e6..6323f2cfa 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -85,7 +85,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> 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>
@@ -106,13 +106,13 @@
</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>
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index ff59a1777..b8b663a7c 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -100,7 +100,7 @@
================================================== -->
<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>
@@ -134,7 +134,7 @@
================================================== -->
<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>
@@ -233,7 +233,7 @@
================================================== -->
<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>
@@ -338,7 +338,7 @@
================================================== -->
<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>
@@ -381,7 +381,7 @@
================================================== -->
<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>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 4a5adc1b0..b89a8c629 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -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>
@@ -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>
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index b22b1b4e9..c1147805c 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 <small>for CSS reset, typography, and links</small>{{/i}}</h1>
+ <h1>{{_i}}Global styles{{/i}}</h1>
</div>
<h3>{{_i}}Requires HTML5 doctype{{/i}}</h3>
@@ -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>
@@ -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>
@@ -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>
@@ -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 }}