1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 00:31:55 +02:00

Example pages: Remove usages of defunct .page-header class

/fyi @mdo

Note: The selector in dashboard.css that used .page-header was superfluous
    because the margin that it zeroed was already zero even without that declaration.

[skip sauce]
This commit is contained in:
Chris Rebert
2016-02-27 18:16:22 -08:00
parent 8836a4c645
commit 74808de4d4
5 changed files with 5 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
<!-- Begin page content -->
<div class="container">
<div class="page-header m-t-1">
<div class="m-t-1">
<h1>Sticky footer</h1>
</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>