Commit 7fa1578c authored by Mark Otto's avatar Mark Otto
Browse files

fix page header example and docs per #2048

parent 7ec09d0d
Showing with 8 additions and 2 deletions
+8 -2
No preview for this file type
...@@ -1188,8 +1188,11 @@ ...@@ -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> <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>
<div class="span8"> <div class="span8">
<div class="page-header">
<h1>Example page header <small>Subtext for header</small></h1>
</div>
<pre class="prettyprint linenums"> <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;h1&gt;Example page header&lt;/h1&gt;
&lt;/div&gt; &lt;/div&gt;
</pre> </pre>
......
...@@ -1112,8 +1112,11 @@ ...@@ -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> <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>
<div class="span8"> <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"> <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;h1&gt;{{_i}}Example page header{{/i}}&lt;/h1&gt;
&lt;/div&gt; &lt;/div&gt;
</pre> </pre>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment