aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-17 14:39:30 -0800
committerMark Otto <[email protected]>2012-02-17 14:39:30 -0800
commit7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1 (patch)
tree0977aabf43e098c2a5ce82eaffb3e2669f93bad3 /docs/components.html
parent7ec09d0db9b1117d708682a08efaa55045e6926e (diff)
downloadbootstrap-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.html5
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">
-&lt;div class="page-haeder"&gt;
+&lt;div class="page-header"&gt;
&lt;h1&gt;Example page header&lt;/h1&gt;
&lt;/div&gt;
</pre>