Skip to content

Commit

Permalink
it's levi-OH-sa, not levi-oh-SAR
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 18, 2013
1 parent 40cbfb6 commit c729f16
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions assets/css/docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1 id="glyphicons">Glyphicons</h1>
<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>
Expand Down
16 changes: 8 additions & 8 deletions customize.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/jumbotron-narrow/jumbotron-narrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion examples/justified-nav/justified-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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>
Expand Down
2 changes: 1 addition & 1 deletion less/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.container-fixed();
}

// Mobile-first defaults
// mobile first defaults
.row {
.make-row();
}
Expand Down

0 comments on commit c729f16

Please sign in to comment.