aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parent7ec09d0db9b1117d708682a08efaa55045e6926e (diff)
downloadbootstrap-7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1.tar.xz
bootstrap-7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1.zip
fix page header example and docs per #2048
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin53357 -> 53357 bytes
-rw-r--r--docs/components.html5
-rw-r--r--docs/templates/pages/components.mustache5
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 4cad194d7..134133986 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
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>
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">
-&lt;div class="page-haeder"&gt;
+&lt;div class="page-header"&gt;
&lt;h1&gt;{{_i}}Example page header{{/i}}&lt;/h1&gt;
&lt;/div&gt;
</pre>