mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Change .jumbotron usage in docs layout to .bs-docs-jumbotron
This commit is contained in:
parent
b6945a2168
commit
65edc9cd6e
@ -83,7 +83,7 @@ hr.soften {
|
|||||||
|
|
||||||
/* Base class
|
/* Base class
|
||||||
------------------------- */
|
------------------------- */
|
||||||
.jumbotron {
|
.bs-docs-jumbotron {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 40px 0;
|
padding: 40px 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -101,13 +101,13 @@ hr.soften {
|
|||||||
-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
|
-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
|
||||||
box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
|
box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
|
||||||
}
|
}
|
||||||
.jumbotron h1 {
|
.bs-docs-jumbotron h1 {
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.jumbotron p {
|
.bs-docs-jumbotron p {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
@ -115,14 +115,14 @@ hr.soften {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Link styles (used on .masthead-links as well) */
|
/* Link styles (used on .masthead-links as well) */
|
||||||
.jumbotron a {
|
.bs-docs-jumbotron a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
color: rgba(255,255,255,.5);
|
color: rgba(255,255,255,.5);
|
||||||
-webkit-transition: all .2s ease-in-out;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
-moz-transition: all .2s ease-in-out;
|
-moz-transition: all .2s ease-in-out;
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
.jumbotron a:hover {
|
.bs-docs-jumbotron a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 0 10px rgba(255,255,255,.25);
|
text-shadow: 0 0 10px rgba(255,255,255,.25);
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Components</h1>
|
<h1>Components</h1>
|
||||||
<p class="lead">Dozens of reusable components built to provide navigation, alerts, popovers, and more.</p>
|
<p class="lead">Dozens of reusable components built to provide navigation, alerts, popovers, and more.</p>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>CSS</h1>
|
<h1>CSS</h1>
|
||||||
<p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p>
|
<p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Customize and download</h1>
|
<h1>Customize and download</h1>
|
||||||
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.</p>
|
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.</p>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Extending Bootstrap</h1>
|
<h1>Extending Bootstrap</h1>
|
||||||
<p class="lead">Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.</p>
|
<p class="lead">Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.</p>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Gallery</h1>
|
<h1>Gallery</h1>
|
||||||
<p class="lead">Showcase of sites using Bootstrap.</p>
|
<p class="lead">Showcase of sites using Bootstrap.</p>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Getting started</h1>
|
<h1>Getting started</h1>
|
||||||
<p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p>
|
<p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p>
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="jumbotron masthead">
|
<header class="bs-docs-jumbotron masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Bootstrap</h1>
|
<h1>Bootstrap</h1>
|
||||||
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
|
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>JavaScript</h1>
|
<h1>JavaScript</h1>
|
||||||
<p class="lead">Bring Bootstrap's components to life—now with 13 custom jQuery plugins.
|
<p class="lead">Bring Bootstrap's components to life—now with 13 custom jQuery plugins.
|
||||||
|
2
docs/templates/pages/components.mustache
vendored
2
docs/templates/pages/components.mustache
vendored
@ -1,6 +1,6 @@
|
|||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Components</h1>
|
<h1>Components</h1>
|
||||||
<p class="lead">Dozens of reusable components built to provide navigation, alerts, popovers, and more.</p>
|
<p class="lead">Dozens of reusable components built to provide navigation, alerts, popovers, and more.</p>
|
||||||
|
2
docs/templates/pages/css.mustache
vendored
2
docs/templates/pages/css.mustache
vendored
@ -1,6 +1,6 @@
|
|||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>CSS</h1>
|
<h1>CSS</h1>
|
||||||
<p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p>
|
<p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p>
|
||||||
|
2
docs/templates/pages/customize.mustache
vendored
2
docs/templates/pages/customize.mustache
vendored
@ -1,6 +1,6 @@
|
|||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Customize and download</h1>
|
<h1>Customize and download</h1>
|
||||||
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.</p>
|
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.</p>
|
||||||
|
2
docs/templates/pages/extend.mustache
vendored
2
docs/templates/pages/extend.mustache
vendored
@ -1,6 +1,6 @@
|
|||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Extending Bootstrap</h1>
|
<h1>Extending Bootstrap</h1>
|
||||||
<p class="lead">Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.</p>
|
<p class="lead">Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.</p>
|
||||||
|
2
docs/templates/pages/gallery.mustache
vendored
2
docs/templates/pages/gallery.mustache
vendored
@ -1,6 +1,6 @@
|
|||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Gallery</h1>
|
<h1>Gallery</h1>
|
||||||
<p class="lead">Showcase of sites using Bootstrap.</p>
|
<p class="lead">Showcase of sites using Bootstrap.</p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Getting started</h1>
|
<h1>Getting started</h1>
|
||||||
<p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p>
|
<p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p>
|
||||||
|
2
docs/templates/pages/index.mustache
vendored
2
docs/templates/pages/index.mustache
vendored
@ -1,4 +1,4 @@
|
|||||||
<div class="jumbotron masthead">
|
<header class="bs-docs-jumbotron masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Bootstrap</h1>
|
<h1>Bootstrap</h1>
|
||||||
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
|
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
|
||||||
|
2
docs/templates/pages/javascript.mustache
vendored
2
docs/templates/pages/javascript.mustache
vendored
@ -1,6 +1,6 @@
|
|||||||
<!-- Subhead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead">
|
<header class="bs-docs-jumbotron subhead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>JavaScript</h1>
|
<h1>JavaScript</h1>
|
||||||
<p class="lead">Bring Bootstrap's components to life—now with 13 custom jQuery plugins.
|
<p class="lead">Bring Bootstrap's components to life—now with 13 custom jQuery plugins.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user