]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change .jumbotron usage in docs layout to .bs-docs-jumbotron
authorMark Otto <otto@github.com>
Thu, 20 Dec 2012 05:42:36 +0000 (21:42 -0800)
committerMark Otto <otto@github.com>
Thu, 20 Dec 2012 05:42:36 +0000 (21:42 -0800)
17 files changed:
docs/assets/css/docs.css
docs/components.html
docs/css.html
docs/customize.html
docs/extend.html
docs/gallery.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/templates/pages/components.mustache
docs/templates/pages/css.mustache
docs/templates/pages/customize.mustache
docs/templates/pages/extend.mustache
docs/templates/pages/gallery.mustache
docs/templates/pages/getting-started.mustache
docs/templates/pages/index.mustache
docs/templates/pages/javascript.mustache

index 6a7b3d48560cb5e8086293922873c974ea4f3df5..a30c62d837219b69770af6797513fa512331107c 100644 (file)
@@ -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);
 }
index 3c070e2e4749b80b1a8d222ae6e32594b99cc716..b603c3ab85e02da9963a9ad213aace94a495f96e 100644 (file)
@@ -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>
index 51fa3ee09451632cf2d3b0d0288d85cdf1481a6d..20900ec9c44f4716dfa728a92477c47e63a819c4 100644 (file)
@@ -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>
index 5177819694fc52c956997069711ccfa0faee555b..7daed4fd79ff2fa3eb89fe9907578830df905c3f 100644 (file)
@@ -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>
index 00846e2bd73f6d4d2339a449d576e2f0b0ae9386..ca482feecc07b067acef911dfdb4752c46034f73 100644 (file)
@@ -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>
index 8f1f230233d1eda91941ffaaf9b618d8bf84a655..2bc3320f6139655cbf60521d73fc1165709c584a 100644 (file)
@@ -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>
index 7a3c978ca1b9cbee382ba103fd0b2f4ffc7125a2..3bd33e8a57302b748e4c960d9fd54c147a5cc3dc 100644 (file)
@@ -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>
index 8009c431fdb874967b700ec91835da9825e79655..4c6f866c82d9484ae492128f655db51807d23de6 100644 (file)
@@ -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>
index 47435bfbfa52690734706d618f73b01f4a7f93fc..d3e780980ded4931818d92e27383b8887d11a884 100644 (file)
@@ -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.
index a97a97b205f6a76e88dd41bb429d0a223635eeba..c4cf08c6acb558a0164a86484b8a3a291afa016a 100644 (file)
@@ -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>
index 27158c01f42ce8d3a3fe69276d86e8315eb199dd..d6607d7039f7a4cfc273a307ff8afa41dca816ab 100644 (file)
@@ -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>
index 1ed9fa997f58729f3f66122eba650d3cf4f5d7f4..93c393f83c8d9f063fee76c3f8d163579861333f 100644 (file)
@@ -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>
index 7360be3ad23f9b67c8c6ecf935b042fe4806cd7b..7747fff3eef3cd6dbaeb43d090566b075b77c771 100644 (file)
@@ -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>
index 8b47e8802a036e056b7bcc1725d4035faf904561..cf1d8562a7856a45b92f0786864369ea34df7507 100644 (file)
@@ -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>
index 2e5ef46fc30f9921dd420ae76710d4449290bfe5..faa23ec50aad741fe747bc3d6af78be18a73f1be 100644 (file)
@@ -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>
index 00f1970e1f0a89e21a766b655ec8e16f8b803b4c..d5d83629671c255a29e505a7c4122a6b50194635 100644 (file)
@@ -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>
index 47e1ee91ddd096a7634da39098d2bfb939942a60..b55a7c82c11ff854541b04bbac5aa5858e0fea3a 100644 (file)
@@ -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.