mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fix page header example and docs per #2048
This commit is contained in:
parent
7ec09d0db9
commit
7fa1578c49
Binary file not shown.
@ -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>
|
||||
|
5
docs/templates/pages/components.mustache
vendored
5
docs/templates/pages/components.mustache
vendored
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user