]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix page header example and docs per #2048
authorMark Otto <markotto@twitter.com>
Fri, 17 Feb 2012 22:39:30 +0000 (14:39 -0800)
committerMark Otto <markotto@twitter.com>
Fri, 17 Feb 2012 22:39:30 +0000 (14:39 -0800)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index 4cad194d74a68d6736686a16f9d7867cfde64964..134133986dbd86d32055b6c844e6045c5bf5c130 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index cf11e699867721be0f84925d2b60c7e330095061..8becc684f1ce907589703d7422bfa39b53814a50 100644 (file)
       <p>A simple shell for an <code>h1</code> to appropratiely space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).</p>
     </div>
     <div class="span8">
+      <div class="page-header">
+        <h1>Example page header <small>Subtext for header</small></h1>
+      </div>
 <pre class="prettyprint linenums">
-&lt;div class="page-haeder"&gt;
+&lt;div class="page-header"&gt;
   &lt;h1&gt;Example page header&lt;/h1&gt;
 &lt;/div&gt;
 </pre>
index 1887b6f7709be83934bf6cd3216cd5fc402d2500..94f9da1465f88fa3a521cd237472cc9978cfc45c 100644 (file)
       <p>{{_i}}A simple shell for an <code>h1</code> to appropratiely space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).{{/i}}</p>
     </div>
     <div class="span8">
+      <div class="page-header">
+        <h1>{{_i}}Example page header{{/i}} <small>{{_i}}Subtext for header{{/i}}</small></h1>
+      </div>
 <pre class="prettyprint linenums">
-&lt;div class="page-haeder"&gt;
+&lt;div class="page-header"&gt;
   &lt;h1&gt;{{_i}}Example page header{{/i}}&lt;/h1&gt;
 &lt;/div&gt;
 </pre>