]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
pre font-size increase; revert static top navbar, undo contents section for now
authorMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 06:01:24 +0000 (23:01 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 06:01:24 +0000 (23:01 -0700)
16 files changed:
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
docs/assets/js/google-code-prettify/prettify.css
docs/base-css.html
docs/components.html
docs/customize.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/scaffolding.html
docs/templates/layout.mustache
docs/templates/pages/base-css.mustache
docs/templates/pages/getting-started.mustache
docs/templates/pages/scaffolding.mustache
less/code.less

index 3c16ef2f56baff092d03238a3a8b6a11ba4d1b66..02a32014c73547c71263c0c1a6c30469e78e5a27 100644 (file)
@@ -836,7 +836,7 @@ pre {
   display: block;
   padding: 9.5px;
   margin: 0 0 10px;
-  font-size: 12px;
+  font-size: 13px;
   line-height: 20px;
   word-break: break-all;
   word-wrap: break-word;
index 2801efe5e94daf0a142cdd1264f5dd4af6a01b8f..d9b9f16066806eae929ffef8816387022918e315 100644 (file)
@@ -12,6 +12,7 @@
 
 body {
   position: relative;
+  padding-top: 40px;
 }
 
 /* Code in headings */
@@ -25,12 +26,12 @@ h3 code {
 /* Tweak navbar brand link to be super sleek
 -------------------------------------------------- */
 
-body > .navbar-static-top {
+body > .navbar {
   font-size: 13px;
 }
 
 /* Change the docs' brand */
-body > .navbar-static-top .brand {
+body > .navbar .brand {
   padding-right: 0;
   padding-left: 0;
   margin-left: 20px;
@@ -42,7 +43,7 @@ body > .navbar-static-top .brand {
      -moz-transition: all .2s linear;
           transition: all .2s linear;
 }
-body > .navbar-static-top .brand:hover {
+body > .navbar .brand:hover {
   text-decoration: none;
   text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
 }
@@ -100,9 +101,9 @@ hr.soften {
   background: -ms-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* IE10+ */
   background: linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15);
-     -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15);
-          box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15);
+  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+     -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 {
   font-size: 80px;
@@ -792,6 +793,7 @@ form.bs-docs-example {
   z-index: 2;
   padding: 9px 15px;
   border: 0;
+  text-shadow: 0 1px 0 rgba(0,0,0,.15);
   -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
      -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
           box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
@@ -812,10 +814,10 @@ form.bs-docs-example {
 .bs-docs-sidenav .active .icon-chevron-right,
 .bs-docs-sidenav .active a:hover .icon-chevron-right {
   background-image: url(../img/glyphicons-halflings-white.png);
-  opacity: .75;
+  opacity: 1;
 }
 .bs-docs-sidenav.affix {
-  top: 0;
+  top: 40px;
 }
 .bs-docs-sidenav.affix-bottom {
   position: absolute;
@@ -872,6 +874,10 @@ form.bs-docs-example {
   body {
     padding-top: 0;
   }
+  /* Widen masthead and social buttons to fill body padding */
+  .jumbotron {
+    margin-top: -20px; /* Offset bottom margin on .navbar */
+  }
   /* Adjust sidenav width */
   .bs-docs-sidenav {
     width: 166px;
index 1b800c90c6c8c412376d94538019afc22afdaf7f..d437aff62bbbaabb783fa7acd89c9850287f1f6a 100644 (file)
 /* Specify class=linenums on a pre to get line numbering */
 ol.linenums {
   margin: 0 0 0 33px; /* IE indents via margin-left */
-} 
+}
 ol.linenums li {
   padding-left: 12px;
   color: #bebec5;
-  line-height: 18px;
+  line-height: 20px;
   text-shadow: 0 1px 0 #fff;
 }
\ No newline at end of file
index 95267c5b5f78fa430eeb61127d2e5a196b030e3d..f1401d688f33221ad663c73536d5c64321adebfa 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
             <h1>Typography</h1>
           </div>
 
-          <ul>
-            <li><a href="./base-css.html#headings">Headings</a></li>
-            <li><a href="./base-css.html#body-copy">Body copy</a></li>
-            <li><a href="./base-css.html#emphasis">Emphasis</a></li>
-          </ul>
-
-          <hr>
-
           <h2 id="headings">Headings</h2>
           <p>All HTML headings, <code>&lt;h1&gt;</code> through <code>&lt;h6&gt;</code> are available.</p>
           <div class="bs-docs-example">
           <hr class="bs-docs-separator">
 
 
-          <h2>Abbreviations</h2>
+          <h2 id="abbreviations">Abbreviations</h2>
           <p>Stylized implemenation of HTML's <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.</p>
 
           <h3><code>&lt;abbr&gt;</code></h3>
           <hr class="bs-docs-separator">
 
 
-          <h2>Addresses</h2>
+          <h2 id="addresses">Addresses</h2>
           <p>Present contact information for the nearest ancestor or the entire body of work.</p>
 
           <h3><code>&lt;address&gt;</code></h3>
           <hr class="bs-docs-separator">
 
 
-          <h2>Blockquotes</h2>
+          <h2 id="blockquotes">Blockquotes</h2>
           <p>For quoting blocks of content from another source within your document.</p>
 
           <h3>Default blockqoute</h3>
 
 
           <!-- Lists -->
-          <h2>Lists</h2>
+          <h2 id="lists">Lists</h2>
 
           <h3>Unordered</h3>
           <p>A list of items in which the order does <em>not</em> explicitly matter.</p>
index 40f1457560da4ef671469a8c6b685c333aaa885d..e4bb55188ba8b53276bd9db4fd2a5132e7fecc82 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
index 8d6a59cd93e936aced46b6e2c39aa70031c0d6cc..0a6c65da91b23cda713389d2ff4d0a1644eb4956 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
index f5a194702b317f4b0aa49aa1036511b11aa2d0d0..a81016e48d9263333b5008588e412cac18c6526c 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
index ac38f3863821e48f1f424eddeaf9f0ce6d75583a..952c246548a073cef2087847d7c7781690345005 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
           <div class="page-header">
             <h1>2. File structure</h1>
           </div>
+          <p class="lead">Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.</p>
           <p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p>
 <pre class="prettyprint">
   bootstrap/
           <div class="page-header">
             <h1>3. What's included</h1>
           </div>
-          <p>Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the <a href="http://getbootstrap.com">Bootstrap documentation</a>.</p>
+          <p class="lead">Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the <a href="http://getbootstrap.com">Bootstrap documentation</a>.</p>
 
           <h2>Docs sections</h2>
           <h4><a href="http://twitter.github.com/bootstrap/scaffolding.html">Scaffolding</a></h4>
           <div class="page-header">
             <h1>4. Basic HTML template</h1>
           </div>
-          <p>With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.</p>
+          <p class="lead">With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.</p>
           <p>Now, here's a look at a <strong>typical HTML file</strong>:</p>
 <pre class="prettyprint linenums">
 &lt;html&gt;
index efc82d55cf416bfd31c44ea1f413ab4123133e76..6d3f2f6b5f63ef19f33b52cc12638d9de59b857a 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
index 7ac86841ff79f728bf800c95397d7ed73bcf61ad..f6c8c428b0dcd4e51f1bd236b53a7e65b30b0f67 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
index c30d1776495eefc266737fd2780b77ef91484be6..a8edd1705b1ed6b73ded742f9f5730412f54fdd5 100644 (file)
@@ -31,7 +31,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
         ================================================== -->
         <section id="global">
           <div class="page-header">
-            <h1>Global styles</h1>
+            <h1>Global settings</h1>
           </div>
 
           <h3>Requires HTML5 doctype</h3>
index f98f31897608d8bd2d03e4760b9d54ba49d79355..d463f441e85de453ddfdb4cab26edab0b8602ecc 100644 (file)
@@ -43,7 +43,7 @@
 
     <!-- Navbar
     ================================================== -->
-    <div class="navbar navbar-inverse navbar-static-top">
+    <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
           <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
index 53ded2d8738d353b951adfd76daf9b431a91f683..46b15523433913ac93e62fb3824652168998da19 100644 (file)
             <h1>{{_i}}Typography{{/i}}</h1>
           </div>
 
-          <ul>
-            <li><a href="./base-css.html#headings">Headings</a></li>
-            <li><a href="./base-css.html#body-copy">Body copy</a></li>
-            <li><a href="./base-css.html#emphasis">Emphasis</a></li>
-          </ul>
-
-          <hr>
-
           {{! Headings }}
           <h2 id="headings">{{_i}}Headings{{/i}}</h2>
           <p>{{_i}}All HTML headings, <code>&lt;h1&gt;</code> through <code>&lt;h6&gt;</code> are available.{{/i}}</p>
 
 
           {{! Abbreviations }}
-          <h2>{{_i}}Abbreviations{{/i}}</h2>
+          <h2 id="abbreviations">{{_i}}Abbreviations{{/i}}</h2>
           <p>{{_i}}Stylized implemenation of HTML's <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.{{/i}}</p>
 
           <h3><code>&lt;abbr&gt;</code></h3>
 
 
           {{! Addresses }}
-          <h2>{{_i}}Addresses{{/i}}</h2>
+          <h2 id="addresses">{{_i}}Addresses{{/i}}</h2>
           <p>{{_i}}Present contact information for the nearest ancestor or the entire body of work.{{/i}}</p>
 
           <h3><code>&lt;address&gt;</code></h3>
 
 
           {{! Blockquotes }}
-          <h2>{{_i}}Blockquotes{{/i}}</h2>
+          <h2 id="blockquotes">{{_i}}Blockquotes{{/i}}</h2>
           <p>{{_i}}For quoting blocks of content from another source within your document.{{/i}}</p>
 
           <h3>{{_i}}Default blockqoute{{/i}}</h3>
 
 
           <!-- Lists -->
-          <h2>{{_i}}Lists{{/i}}</h2>
+          <h2 id="lists">{{_i}}Lists{{/i}}</h2>
 
           <h3>{{_i}}Unordered{{/i}}</h3>
           <p>{{_i}}A list of items in which the order does <em>not</em> explicitly matter.{{/i}}</p>
index b89a8c62911ef90996a0d3bb7a91642aaff30c14..8b58e62b72c89806c9c2bb6f492eb44b0d824261 100644 (file)
@@ -57,6 +57,7 @@
           <div class="page-header">
             <h1>{{_i}}2. File structure{{/i}}</h1>
           </div>
+          <p class="lead">{{_i}}Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.{{/i}}</p>
           <p>{{_i}}Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:{{/i}}</p>
 <pre class="prettyprint">
   bootstrap/
@@ -82,7 +83,7 @@
           <div class="page-header">
             <h1>{{_i}}3. What's included{{/i}}</h1>
           </div>
-          <p>{{_i}}Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the <a href="http://getbootstrap.com">Bootstrap documentation</a>.{{/i}}</p>
+          <p class="lead">{{_i}}Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the <a href="http://getbootstrap.com">Bootstrap documentation</a>.{{/i}}</p>
 
           <h2>{{_i}}Docs sections{{/i}}</h2>
           <h4><a href="http://twitter.github.com/bootstrap/scaffolding.html">{{_i}}Scaffolding{{/i}}</a></h4>
           <div class="page-header">
             <h1>{{_i}}4. Basic HTML template{{/i}}</h1>
           </div>
-          <p>{{_i}}With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.{{/i}}</p>
+          <p class="lead">{{_i}}With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.{{/i}}</p>
           <p>{{_i}}Now, here's a look at a <strong>typical HTML file</strong>:{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;html&gt;
index c1147805c4e604999ce0464d14d2c03c4297d8aa..724ab5e53eed97c4345162d2903e4654c3ee5bf2 100644 (file)
@@ -29,7 +29,7 @@
         ================================================== -->
         <section id="global">
           <div class="page-header">
-            <h1>{{_i}}Global styles{{/i}}</h1>
+            <h1>{{_i}}Global settings{{/i}}</h1>
           </div>
 
           <h3>{{_i}}Requires HTML5 doctype{{/i}}</h3>
index 97d30eafe0ca68f1d1202417183820ba2ce15fbc..f1851a074c5d3f38849233e3356a7bcba20ee20e 100644 (file)
@@ -26,7 +26,7 @@ pre {
   display: block;
   padding: (@baseLineHeight - 1) / 2;
   margin: 0 0 @baseLineHeight / 2;
-  font-size: @baseFontSize - 2; // 14px to 12px
+  font-size: @baseFontSize - 1; // 14px to 13px
   line-height: @baseLineHeight;
   word-break: break-all;
   word-wrap: break-word;