it's levi-OH-sa, not levi-oh-SAR

This commit is contained in:
Mark Otto 2013-08-17 22:51:00 -07:00
parent 40cbfb69d2
commit c729f16282
7 changed files with 15 additions and 15 deletions

View File

@ -939,11 +939,11 @@ body {
width: 213px;
}
.bs-sidebar.affix {
position: fixed; /* Undo the static from mobile-first approach */
position: fixed; /* Undo the static from mobile first approach */
top: 80px;
}
.bs-sidebar.affix-bottom {
position: absolute; /* Undo the static from mobile-first approach */
position: absolute; /* Undo the static from mobile first approach */
}
.bs-sidebar.affix-bottom .bs-sidenav,
.bs-sidebar.affix .bs-sidenav {

View File

@ -85,7 +85,7 @@ base_url: "../"
<div class="page-header">
<h1 id="grid">Grid system</h1>
</div>
<p class="lead">Bootstrap includes a responsive, mobile-first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes <a href="#grid-example-basic">predefined classes</a> for easy layout options, as well as powerful <a href="#grid-less">mixins for generating more semantic layouts</a>.</p>
<p class="lead">Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes <a href="#grid-example-basic">predefined classes</a> for easy layout options, as well as powerful <a href="#grid-less">mixins for generating more semantic layouts</a>.</p>
<h3 id="grid-media-queries">Media queries</h3>
<p>We use the following media queries to create the key breakpoints in our grid system.</p>

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@ body {
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile-first views */
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {

View File

@ -2,7 +2,7 @@ body {
padding-top: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile-first views */
/* Everything but the jumbotron gets side spacing for mobile first views */
.masthead,
.footer {
padding-left: 15px;

View File

@ -7,7 +7,7 @@ base_url: "./"
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1>Bootstrap 3</h1>
<p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
<p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p>
<p>
<a href="{{ site.download }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a>
</p>

View File

@ -8,7 +8,7 @@
.container-fixed();
}
// Mobile-first defaults
// mobile first defaults
.row {
.make-row();
}