diff options
| author | Mark Otto <[email protected]> | 2012-02-17 14:39:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-17 14:39:30 -0800 |
| commit | 7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1 (patch) | |
| tree | 0977aabf43e098c2a5ce82eaffb3e2669f93bad3 /docs/components.html | |
| parent | 7ec09d0db9b1117d708682a08efaa55045e6926e (diff) | |
| download | bootstrap-7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1.tar.xz bootstrap-7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1.zip | |
fix page header example and docs per #2048
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> |
