mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
compy edits to docs
This commit is contained in:
parent
7ed82c1223
commit
bb85bbc657
@ -776,7 +776,6 @@ form.bs-docs-example {
|
|||||||
display: block;
|
display: block;
|
||||||
*width: 190px;
|
*width: 190px;
|
||||||
margin: 0 0 -1px;
|
margin: 0 0 -1px;
|
||||||
font-size: 14px;
|
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
@ -879,7 +878,7 @@ form.bs-docs-example {
|
|||||||
width: 166px;
|
width: 166px;
|
||||||
}
|
}
|
||||||
.bs-docs-sidenav.affix {
|
.bs-docs-sidenav.affix {
|
||||||
top: 0px;
|
top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 bs-docs-sidebar">
|
<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="#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="#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>
|
<li><a href="#contents"><i class="icon-chevron-right"></i> What's included</a></li>
|
||||||
@ -106,13 +106,13 @@
|
|||||||
</div>
|
</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>
|
<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="row-fluid">
|
||||||
<div class="span4">
|
<div class="span6">
|
||||||
<h2>Download compiled</h2>
|
<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><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>
|
<p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" >Download Bootstrap</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span6">
|
||||||
<h2>Download source</h2>
|
<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>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>
|
<p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p>
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="global">
|
<section id="global">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Global styles <small>for CSS reset, typography, and links</small></h1>
|
<h1>Global styles</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Requires HTML5 doctype</h3>
|
<h3>Requires HTML5 doctype</h3>
|
||||||
@ -134,7 +134,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="gridSystem">
|
<section id="gridSystem">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Default grid system <small>12 columns with a responsive twist</small></h1>
|
<h1>Default grid system</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Live grid example</h2>
|
<h2>Live grid example</h2>
|
||||||
@ -233,7 +233,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="fluidGridSystem">
|
<section id="fluidGridSystem">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Fluid grid system <small>12 responsive, percent-based columns</small></h1>
|
<h1>Fluid grid system</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Live fluid grid example</h2>
|
<h2>Live fluid grid example</h2>
|
||||||
@ -338,7 +338,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="layouts">
|
<section id="layouts">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Layouts <small>Basic templates to create webpages</small></h1>
|
<h1>Layouts</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Fixed layout</h2>
|
<h2>Fixed layout</h2>
|
||||||
@ -381,7 +381,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="responsive">
|
<section id="responsive">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Responsive design <small>Media queries for various devices and resolutions</small></h1>
|
<h1>Responsive design</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Enabling responsive features</h2>
|
<h2>Enabling responsive features</h2>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 bs-docs-sidebar">
|
<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="#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="#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>
|
<li><a href="#contents"><i class="icon-chevron-right"></i> {{_i}}What's included{{/i}}</a></li>
|
||||||
@ -35,13 +35,13 @@
|
|||||||
</div>
|
</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>
|
<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="row-fluid">
|
||||||
<div class="span4">
|
<div class="span6">
|
||||||
<h2>Download compiled</h2>
|
<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><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>
|
<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>
|
||||||
<div class="span4">
|
<div class="span6">
|
||||||
<h2>Download source</h2>
|
<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>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>
|
<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>
|
||||||
|
10
docs/templates/pages/scaffolding.mustache
vendored
10
docs/templates/pages/scaffolding.mustache
vendored
@ -29,7 +29,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="global">
|
<section id="global">
|
||||||
<div class="page-header">
|
<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>
|
</div>
|
||||||
|
|
||||||
<h3>{{_i}}Requires HTML5 doctype{{/i}}</h3>
|
<h3>{{_i}}Requires HTML5 doctype{{/i}}</h3>
|
||||||
@ -63,7 +63,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="gridSystem">
|
<section id="gridSystem">
|
||||||
<div class="page-header">
|
<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>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Live grid example{{/i}}</h2>
|
<h2>{{_i}}Live grid example{{/i}}</h2>
|
||||||
@ -162,7 +162,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="fluidGridSystem">
|
<section id="fluidGridSystem">
|
||||||
<div class="page-header">
|
<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>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Live fluid grid example{{/i}}</h2>
|
<h2>{{_i}}Live fluid grid example{{/i}}</h2>
|
||||||
@ -267,7 +267,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="layouts">
|
<section id="layouts">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>{{_i}}Layouts <small>Basic templates to create webpages</small>{{/i}}</h1>
|
<h1>{{_i}}Layouts{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>{{_i}}Fixed layout{{/i}}</h2>
|
<h2>{{_i}}Fixed layout{{/i}}</h2>
|
||||||
@ -310,7 +310,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="responsive">
|
<section id="responsive">
|
||||||
<div class="page-header">
|
<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>
|
</div>
|
||||||
|
|
||||||
{{! Enabling }}
|
{{! Enabling }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user