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-19 23:04:41 +0400
committerMark Otto <markotto@twitter.com>2012-08-19 23:04:41 +0400
commitbb85bbc657e9ba35292acb7dd37fbeb2551b94c2 (patch)
treece8b3603c2d9a0622ffad671ce9a9571a844737e /docs/templates/pages
parent7ed82c1223e2876c69ae8bc9c21ccff39db18b97 (diff)
compy edits to docs
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/getting-started.mustache8
-rw-r--r--docs/templates/pages/scaffolding.mustache10
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 4a5adc1b0a..b89a8c6291 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 b22b1b4e96..c1147805c4 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 }}