0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

fix page header example and docs per #2048

This commit is contained in:
Mark Otto 2012-02-17 14:39:30 -08:00
parent 7ec09d0db9
commit 7fa1578c49
3 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1188,8 +1188,11 @@
<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>

View File

@ -1112,8 +1112,11 @@
<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>