mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
it's levi-OH-sa, not levi-oh-SAR
This commit is contained in:
@@ -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 {
|
||||||
|
2
css.html
2
css.html
@@ -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>
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -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 {
|
|||||||
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: "./"
|
|||||||
<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 @@
|
|||||||
.container-fixed();
|
.container-fixed();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mobile-first defaults
|
// mobile first defaults
|
||||||
.row {
|
.row {
|
||||||
.make-row();
|
.make-row();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user