Commit c729f162 authored by Mark Otto's avatar Mark Otto

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

parent 40cbfb69
...@@ -939,11 +939,11 @@ body { ...@@ -939,11 +939,11 @@ body {
width: 213px; width: 213px;
} }
.bs-sidebar.affix { .bs-sidebar.affix {
position: fixed; /* Undo the static from mobile-first approach */ position: fixed; /* Undo the static from mobile first approach */
top: 80px; top: 80px;
} }
.bs-sidebar.affix-bottom { .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-bottom .bs-sidenav,
.bs-sidebar.affix .bs-sidenav { .bs-sidebar.affix .bs-sidenav {
......
...@@ -85,7 +85,7 @@ base_url: "../" ...@@ -85,7 +85,7 @@ base_url: "../"
<div class="page-header"> <div class="page-header">
<h1 id="grid">Grid system</h1> <h1 id="grid">Grid system</h1>
</div> </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> <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> <p>We use the following media queries to create the key breakpoints in our grid system.</p>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,7 +4,7 @@ body { ...@@ -4,7 +4,7 @@ body {
padding-bottom: 20px; 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, .header,
.marketing, .marketing,
.footer { .footer {
......
...@@ -2,7 +2,7 @@ body { ...@@ -2,7 +2,7 @@ body {
padding-top: 20px; 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, .masthead,
.footer { .footer {
padding-left: 15px; padding-left: 15px;
......
...@@ -7,7 +7,7 @@ base_url: "./" ...@@ -7,7 +7,7 @@ base_url: "./"
<main class="bs-masthead" id="content" role="main"> <main class="bs-masthead" id="content" role="main">
<div class="container"> <div class="container">
<h1>Bootstrap 3</h1> <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> <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> <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> </p>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
.container-fixed(); .container-fixed();
} }
// Mobile-first defaults // mobile first defaults
.row { .row {
.make-row(); .make-row();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment