diff options
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index cf11e6998..8becc684f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -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"> -<div class="page-haeder"> +<div class="page-header"> <h1>Example page header</h1> </div> </pre> |
