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 | |
| parent | 7ec09d0db9b1117d708682a08efaa55045e6926e (diff) | |
| download | bootstrap-7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1.tar.xz bootstrap-7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1.zip | |
fix page header example and docs per #2048
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53357 -> 53357 bytes | |||
| -rw-r--r-- | docs/components.html | 5 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 5 |
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 4cad194d7..134133986 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 1887b6f77..94f9da146 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -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"> -<div class="page-haeder"> +<div class="page-header"> <h1>{{_i}}Example page header{{/i}}</h1> </div> </pre> |
