]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
copy edits to base css page
authorMark Otto <markotto@twitter.com>
Sun, 19 Aug 2012 19:07:23 +0000 (12:07 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 19 Aug 2012 19:07:23 +0000 (12:07 -0700)
docs/assets/css/docs.css
docs/base-css.html
docs/templates/pages/base-css.mustache

index 2150baede46c86f6756554e1a8b377fcd6954715..e12f46a991baa13a075fdd7b7b0cc1cba9e4bd83 100644 (file)
@@ -876,6 +876,7 @@ form.bs-docs-example {
   /* Adjust sidenav width */
   .bs-docs-sidenav {
     width: 166px;
+    margin-top: 20px;
   }
   .bs-docs-sidenav.affix {
     top: 0;
index 554b32514866822f5f3c201a93b918a7630f118c..2be40cd2c0f350ec08950d8f0d56b9188000939b 100644 (file)
         ================================================== -->
         <section id="typography">
           <div class="page-header">
-            <h1>Typography <small>Headings, paragraphs, lists, and other inline type elements</small></h1>
+            <h1>Typography</h1>
           </div>
 
           <h2>Headings</h2>
         ================================================== -->
         <section id="code">
           <div class="page-header">
-            <h1>Code <small>Inline and block code snippets</small></h1>
+            <h1>Code</h1>
           </div>
 
           <h2>Inline</h2>
@@ -433,7 +433,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
         ================================================== -->
         <section id="tables">
           <div class="page-header">
-            <h1>Tables <small>For, you guessed it, tabular data</small></h1>
+            <h1>Tables</h1>
           </div>
 
           <h2>Default styles</h2>
@@ -1592,7 +1592,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
         ================================================== -->
         <section id="icons">
           <div class="page-header">
-            <h1>Icons <small>Graciously provided by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small></h1>
+            <h1>Icons <small>by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small></h1>
           </div>
 
           <h2>Icon glyphs</h2>
index a92941d24907e4464b767aecaacfa71db22db36e..48b874e1ec83ff322e193a7616e115b220a0f7c7 100644 (file)
@@ -32,7 +32,7 @@
         ================================================== -->
         <section id="typography">
           <div class="page-header">
-            <h1>{{_i}}Typography <small>Headings, paragraphs, lists, and other inline type elements</small>{{/i}}</h1>
+            <h1>{{_i}}Typography{{/i}}</h1>
           </div>
 
           {{! Headings }}
         ================================================== -->
         <section id="code">
           <div class="page-header">
-            <h1>{{_i}}Code{{/i}} <small>{{_i}}Inline and block code snippets{{/i}}</small></h1>
+            <h1>{{_i}}Code{{/i}}</h1>
           </div>
 
           <h2>Inline</h2>
         ================================================== -->
         <section id="tables">
           <div class="page-header">
-            <h1>{{_i}}Tables <small>For, you guessed it, tabular data</small>{{/i}}</h1>
+            <h1>{{_i}}Tables{{/i}}</h1>
           </div>
 
           <h2>{{_i}}Default styles{{/i}}</h2>
         ================================================== -->
         <section id="icons">
           <div class="page-header">
-            <h1>{{_i}}Icons <small>Graciously provided by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small>{{/i}}</h1>
+            <h1>{{_i}}Icons <small>by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small>{{/i}}</h1>
           </div>
 
           <h2>{{_i}}Icon glyphs{{/i}}</h2>