diff options
| author | Mark Otto <[email protected]> | 2012-12-19 21:42:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 21:42:36 -0800 |
| commit | 65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 (patch) | |
| tree | 03a6c9c365c3d17f8c73f00646bdc96b108dca77 /docs/templates | |
| parent | b6945a21682042948543fd6809976d06ad234384 (diff) | |
| download | bootstrap-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.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/css.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/extend.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/gallery.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
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—now with 13 custom jQuery plugins. |
