aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-14 09:14:31 -0700
committerMark Otto <[email protected]>2014-07-14 09:14:31 -0700
commit2879b936248a79340926d8b7d603d3c53f9f102c (patch)
treeed304bc7f95a1f680974fdf4017fb75b23b1635d /docs/components
parent5c9bcb72fb8ab016947079b29b15fe3ccb7b13bc (diff)
downloadbootstrap-2879b936248a79340926d8b7d603d3c53f9f102c.tar.xz
bootstrap-2879b936248a79340926d8b7d603d3c53f9f102c.zip
example page header
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/page-header.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/page-header.md b/docs/components/page-header.md
index acc57d467..e322379c5 100644
--- a/docs/components/page-header.md
+++ b/docs/components/page-header.md
@@ -5,8 +5,8 @@ title: Page header
A simple shell for an `h1` to appropriately space out and segment sections of content on a page. It can utilize the `h1`'s default `small` element, as well as most other components (with additional styles).
-{% highlight html %}
+{% example html %}
<div class="page-header">
<h1>Example page header <small>Subtext for header</small></h1>
</div>
-{% endhighlight %}
+{% endexample %}