aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
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/templates
parentb6945a21682042948543fd6809976d06ad234384 (diff)
downloadbootstrap-65edc9cd6e453a7bf30ccbd6a57b3ea340e21907.tar.xz
bootstrap-65edc9cd6e453a7bf30ccbd6a57b3ea340e21907.zip
Change .jumbotron usage in docs layout to .bs-docs-jumbotron
Diffstat (limited to 'docs/templates')
-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
8 files changed, 8 insertions, 8 deletions
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.