mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Merge pull request #19341 from twbs/examples-page-header
Example pages: Remove usages of defunct .page-header class
This commit is contained in:
@@ -80,9 +80,6 @@ body {
|
|||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.main .page-header {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -64,7 +64,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 main">
|
<div class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 main">
|
||||||
<h1 class="page-header">Dashboard</h1>
|
<h1>Dashboard</h1>
|
||||||
|
|
||||||
<div class="row placeholders">
|
<div class="row placeholders">
|
||||||
<div class="col-xs-6 col-sm-3 placeholder">
|
<div class="col-xs-6 col-sm-3 placeholder">
|
||||||
|
@@ -21,10 +21,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="page-header">
|
<h1>Bootstrap grid examples</h1>
|
||||||
<h1>Bootstrap grid examples</h1>
|
<p class="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p>
|
||||||
<p class="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3>Five grid tiers</h3>
|
<h3>Five grid tiers</h3>
|
||||||
<p>There are five tiers to the Bootstrap grid system, one for each range of devices we support. Each tier starts at a minimum viewport size and automatically applies to the larger devices unless overridden.</p>
|
<p>There are five tiers to the Bootstrap grid system, one for each range of devices we support. Each tier starts at a minimum viewport size and automatically applies to the larger devices unless overridden.</p>
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<!-- Begin page content -->
|
<!-- Begin page content -->
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="page-header m-t-1">
|
<div class="m-t-1">
|
||||||
<h1>Sticky footer with fixed navbar</h1>
|
<h1>Sticky footer with fixed navbar</h1>
|
||||||
</div>
|
</div>
|
||||||
<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p>
|
<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p>
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<!-- Begin page content -->
|
<!-- Begin page content -->
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="page-header m-t-1">
|
<div class="m-t-1">
|
||||||
<h1>Sticky footer</h1>
|
<h1>Sticky footer</h1>
|
||||||
</div>
|
</div>
|
||||||
<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
|
<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
|
||||||
|
Reference in New Issue
Block a user