fixes #4676 manually: example html updated

This commit is contained in:
Mark Otto 2012-08-25 22:31:10 -07:00
parent bb9d1af1ca
commit f744ad57fc
3 changed files with 3 additions and 5 deletions

View File

@ -4152,7 +4152,7 @@ input[type="submit"].btn.btn-mini {
}
.navbar .btn-group .btn {
margin: 0;
margin-top: 0;
}
.navbar-form {
@ -4197,8 +4197,6 @@ input[type="submit"].btn.btn-mini {
white-space: nowrap;
}
.navbar-form .input-append .btn,
.navbar-form .input-prepend .btn,
.navbar-form .input-append input,
.navbar-form .input-prepend input {
margin-top: 0;

View File

@ -1769,7 +1769,7 @@
</div>
<pre class="prettyprint linenums">
&lt;div class="page-header"&gt;
&lt;h1&gt;Example page header&lt;/h1&gt;
&lt;h1&gt;Example page header &lt;small&gt;Subtext for header&lt;/small&gt;&lt;/h1&gt;
&lt;/div&gt;
</pre>

View File

@ -1698,7 +1698,7 @@
</div>
<pre class="prettyprint linenums">
&lt;div class="page-header"&gt;
&lt;h1&gt;{{_i}}Example page header{{/i}}&lt;/h1&gt;
&lt;h1&gt;{{_i}}Example page header{{/i}} &lt;small&gt;{{_i}}Subtext for header{{/i}}&lt;/small&gt;&lt;/h1&gt;
&lt;/div&gt;
</pre>