mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 13:14:42 +00:00
fixes #4676 manually: example html updated
This commit is contained in:
parent
bb9d1af1ca
commit
f744ad57fc
3 changed files with 3 additions and 5 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1769,7 +1769,7 @@
|
|||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<div class="page-header">
|
||||
<h1>Example page header</h1>
|
||||
<h1>Example page header <small>Subtext for header</small></h1>
|
||||
</div>
|
||||
</pre>
|
||||
|
||||
|
|
|
|||
2
docs/templates/pages/components.mustache
vendored
2
docs/templates/pages/components.mustache
vendored
|
|
@ -1698,7 +1698,7 @@
|
|||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<div class="page-header">
|
||||
<h1>{{_i}}Example page header{{/i}}</h1>
|
||||
<h1>{{_i}}Example page header{{/i}} <small>{{_i}}Subtext for header{{/i}}</small></h1>
|
||||
</div>
|
||||
</pre>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue