aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-19 21:42:36 -0800
committerMark Otto <[email protected]>2012-12-19 21:42:36 -0800
commit65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 (patch)
tree03a6c9c365c3d17f8c73f00646bdc96b108dca77 /docs
parentb6945a21682042948543fd6809976d06ad234384 (diff)
downloadbootstrap-65edc9cd6e453a7bf30ccbd6a57b3ea340e21907.tar.xz
bootstrap-65edc9cd6e453a7bf30ccbd6a57b3ea340e21907.zip
Change .jumbotron usage in docs layout to .bs-docs-jumbotron
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css10
-rw-r--r--docs/components.html2
-rw-r--r--docs/css.html2
-rw-r--r--docs/customize.html2
-rw-r--r--docs/extend.html2
-rw-r--r--docs/gallery.html2
-rw-r--r--docs/getting-started.html2
-rw-r--r--docs/index.html2
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/pages/components.mustache2
-rw-r--r--docs/templates/pages/css.mustache2
-rw-r--r--docs/templates/pages/customize.mustache2
-rw-r--r--docs/templates/pages/extend.mustache2
-rw-r--r--docs/templates/pages/gallery.mustache2
-rw-r--r--docs/templates/pages/getting-started.mustache2
-rw-r--r--docs/templates/pages/index.mustache2
-rw-r--r--docs/templates/pages/javascript.mustache2
17 files changed, 21 insertions, 21 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 6a7b3d485..a30c62d83 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -83,7 +83,7 @@ hr.soften {
/* Base class
------------------------- */
-.jumbotron {
+.bs-docs-jumbotron {
position: relative;
padding: 40px 0;
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);
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-weight: bold;
letter-spacing: -1px;
line-height: 1;
}
-.jumbotron p {
+.bs-docs-jumbotron p {
font-size: 24px;
font-weight: 300;
line-height: 1.25;
@@ -115,14 +115,14 @@ hr.soften {
}
/* Link styles (used on .masthead-links as well) */
-.jumbotron a {
+.bs-docs-jumbotron a {
color: #fff;
color: rgba(255,255,255,.5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
-.jumbotron a:hover {
+.bs-docs-jumbotron a:hover {
color: #fff;
text-shadow: 0 0 10px rgba(255,255,255,.25);
}
diff --git a/docs/components.html b/docs/components.html
index 3c070e2e4..b603c3ab8 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -68,7 +68,7 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>Components</h1>
<p class="lead">Dozens of reusable components built to provide navigation, alerts, popovers, and more.</p>
diff --git a/docs/css.html b/docs/css.html
index 51fa3ee09..20900ec9c 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -68,7 +68,7 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>CSS</h1>
<p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p>
diff --git a/docs/customize.html b/docs/customize.html
index 517781969..7daed4fd7 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -68,7 +68,7 @@
<!-- Masthead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<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>
diff --git a/docs/extend.html b/docs/extend.html
index 00846e2bd..ca482feec 100644
--- a/docs/extend.html
+++ b/docs/extend.html
@@ -68,7 +68,7 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<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>
diff --git a/docs/gallery.html b/docs/gallery.html
index 8f1f23023..2bc3320f6 100644
--- a/docs/gallery.html
+++ b/docs/gallery.html
@@ -68,7 +68,7 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>Gallery</h1>
<p class="lead">Showcase of sites using Bootstrap.</p>
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 7a3c978ca..3bd33e8a5 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -68,7 +68,7 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>Getting started</h1>
<p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p>
diff --git a/docs/index.html b/docs/index.html
index 8009c431f..4c6f866c8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -66,7 +66,7 @@
</div>
</div>
-<div class="jumbotron masthead">
+<header class="bs-docs-jumbotron masthead">
<div class="container">
<h1>Bootstrap</h1>
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
diff --git a/docs/javascript.html b/docs/javascript.html
index 47435bfbf..d3e780980 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -68,7 +68,7 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>JavaScript</h1>
<p class="lead">Bring Bootstrap's components to life&mdash;now with 13 custom jQuery plugins.
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index a97a97b20..c4cf08c6a 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1,6 +1,6 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>Components</h1>
<p class="lead">Dozens of reusable components built to provide navigation, alerts, popovers, and more.</p>
diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache
index 27158c01f..d6607d703 100644
--- a/docs/templates/pages/css.mustache
+++ b/docs/templates/pages/css.mustache
@@ -1,6 +1,6 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>CSS</h1>
<p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p>
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache
index 1ed9fa997..93c393f83 100644
--- a/docs/templates/pages/customize.mustache
+++ b/docs/templates/pages/customize.mustache
@@ -1,6 +1,6 @@
<!-- Masthead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<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>
diff --git a/docs/templates/pages/extend.mustache b/docs/templates/pages/extend.mustache
index 7360be3ad..7747fff3e 100644
--- a/docs/templates/pages/extend.mustache
+++ b/docs/templates/pages/extend.mustache
@@ -1,6 +1,6 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<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>
diff --git a/docs/templates/pages/gallery.mustache b/docs/templates/pages/gallery.mustache
index 8b47e8802..cf1d8562a 100644
--- a/docs/templates/pages/gallery.mustache
+++ b/docs/templates/pages/gallery.mustache
@@ -1,6 +1,6 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>Gallery</h1>
<p class="lead">Showcase of sites using Bootstrap.</p>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 2e5ef46fc..faa23ec50 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -1,6 +1,6 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead" id="overview">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>Getting started</h1>
<p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p>
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index 00f1970e1..d5d836296 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -1,4 +1,4 @@
-<div class="jumbotron masthead">
+<header class="bs-docs-jumbotron masthead">
<div class="container">
<h1>Bootstrap</h1>
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 47e1ee91d..b55a7c82c 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1,6 +1,6 @@
<!-- Subhead
================================================== -->
-<header class="jumbotron subhead">
+<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>JavaScript</h1>
<p class="lead">Bring Bootstrap's components to life&mdash;now with 13 custom jQuery plugins.