From 65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 19 Dec 2012 21:42:36 -0800 Subject: [PATCH] Change .jumbotron usage in docs layout to .bs-docs-jumbotron --- docs/assets/css/docs.css | 10 +++++----- docs/components.html | 2 +- docs/css.html | 2 +- docs/customize.html | 2 +- docs/extend.html | 2 +- docs/gallery.html | 2 +- docs/getting-started.html | 2 +- docs/index.html | 2 +- docs/javascript.html | 2 +- docs/templates/pages/components.mustache | 2 +- docs/templates/pages/css.mustache | 2 +- docs/templates/pages/customize.mustache | 2 +- docs/templates/pages/extend.mustache | 2 +- docs/templates/pages/gallery.mustache | 2 +- docs/templates/pages/getting-started.mustache | 2 +- docs/templates/pages/index.mustache | 2 +- docs/templates/pages/javascript.mustache | 2 +- 17 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 6a7b3d48..a30c62d8 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 3c070e2e..b603c3ab 100644 --- a/docs/components.html +++ b/docs/components.html @@ -68,7 +68,7 @@ -
+

Components

Dozens of reusable components built to provide navigation, alerts, popovers, and more.

diff --git a/docs/css.html b/docs/css.html index 51fa3ee0..20900ec9 100644 --- a/docs/css.html +++ b/docs/css.html @@ -68,7 +68,7 @@ -
+

CSS

Fundamental HTML elements styled and enhanced with extensible classes.

diff --git a/docs/customize.html b/docs/customize.html index 51778196..7daed4fd 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -68,7 +68,7 @@ -
+

Customize and download

Download Bootstrap or customize variables, components, JavaScript plugins, and more.

diff --git a/docs/extend.html b/docs/extend.html index 00846e2b..ca482fee 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -68,7 +68,7 @@ -
+

Extending Bootstrap

Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.

diff --git a/docs/gallery.html b/docs/gallery.html index 8f1f2302..2bc3320f 100644 --- a/docs/gallery.html +++ b/docs/gallery.html @@ -68,7 +68,7 @@ -
+

Gallery

Showcase of sites using Bootstrap.

diff --git a/docs/getting-started.html b/docs/getting-started.html index 7a3c978c..3bd33e8a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -68,7 +68,7 @@ -
+

Getting started

Overview of the project, its contents, and how to get started with a simple template.

diff --git a/docs/index.html b/docs/index.html index 8009c431..4c6f866c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,7 +66,7 @@
-
+

Bootstrap

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

diff --git a/docs/javascript.html b/docs/javascript.html index 47435bfb..d3e78098 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -68,7 +68,7 @@ -
+

JavaScript

Bring Bootstrap's components to life—now with 13 custom jQuery plugins. diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index a97a97b2..c4cf08c6 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1,6 +1,6 @@ -

+

Components

Dozens of reusable components built to provide navigation, alerts, popovers, and more.

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 27158c01..d6607d70 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1,6 +1,6 @@ -
+

CSS

Fundamental HTML elements styled and enhanced with extensible classes.

diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 1ed9fa99..93c393f8 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -1,6 +1,6 @@ -
+

Customize and download

Download Bootstrap or customize variables, components, JavaScript plugins, and more.

diff --git a/docs/templates/pages/extend.mustache b/docs/templates/pages/extend.mustache index 7360be3a..7747fff3 100644 --- a/docs/templates/pages/extend.mustache +++ b/docs/templates/pages/extend.mustache @@ -1,6 +1,6 @@ -
+

Extending Bootstrap

Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.

diff --git a/docs/templates/pages/gallery.mustache b/docs/templates/pages/gallery.mustache index 8b47e880..cf1d8562 100644 --- a/docs/templates/pages/gallery.mustache +++ b/docs/templates/pages/gallery.mustache @@ -1,6 +1,6 @@ -
+

Gallery

Showcase of sites using Bootstrap.

diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 2e5ef46f..faa23ec5 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -1,6 +1,6 @@ -
+

Getting started

Overview of the project, its contents, and how to get started with a simple template.

diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 00f1970e..d5d83629 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -1,4 +1,4 @@ -
+

Bootstrap

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 47e1ee91..b55a7c82 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1,6 +1,6 @@ -
+

JavaScript

Bring Bootstrap's components to life—now with 13 custom jQuery plugins.