<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">
-<div class="page-haeder">
+<div class="page-header">
<h1>Example page header</h1>
</div>
</pre>
<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">
-<div class="page-haeder">
+<div class="page-header">
<h1>{{_i}}Example page header{{/i}}</h1>
</div>
</pre>