mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
fixes #4676 manually: example html updated
This commit is contained in:
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>
|
||||
|
||||
|
Reference in New Issue
Block a user