]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
example page header
authorMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:14:31 +0000 (09:14 -0700)
committerMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:14:31 +0000 (09:14 -0700)
docs/components/page-header.md

index acc57d46725a88e2bb9e25a4c8fa7925dee84f8d..e322379c5414212de146bc04e07d29b74525ac74 100644 (file)
@@ -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 %}