diff options
| author | Chris Rebert <[email protected]> | 2016-02-27 18:53:30 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-27 18:53:30 -0800 |
| commit | d56f876b4925278b8eeec73db037c42b63f03926 (patch) | |
| tree | 87dc6eec8e0666a69b921655eba7b06f3ac7ada5 /docs | |
| parent | 8836a4c645e149763f2de1c3a50a2e2cda36a1fa (diff) | |
| parent | 74808de4d4a67d9c02da762569e692022d759b51 (diff) | |
| download | bootstrap-d56f876b4925278b8eeec73db037c42b63f03926.tar.xz bootstrap-d56f876b4925278b8eeec73db037c42b63f03926.zip | |
Merge pull request #19341 from twbs/examples-page-header
Example pages: Remove usages of defunct .page-header class
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 3 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/grid/index.html | 6 | ||||
| -rw-r--r-- | docs/examples/sticky-footer-navbar/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/sticky-footer/index.html | 2 |
5 files changed, 5 insertions, 10 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index e0e3632b8..e7c6a21df 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -80,9 +80,6 @@ body { padding-left: 40px; } } -.main .page-header { - margin-top: 0; -} /* diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 65cc380cb..bee33756b 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -64,7 +64,7 @@ </ul> </div> <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="col-xs-6 col-sm-3 placeholder"> diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 9e831115b..4723f0e8d 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -21,10 +21,8 @@ <body> <div class="container"> - <div class="page-header"> - <h1>Bootstrap grid examples</h1> - <p class="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p> - </div> + <h1>Bootstrap grid examples</h1> + <p class="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p> <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> diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index c1555759b..9e2db39d9 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -56,7 +56,7 @@ <!-- Begin page content --> <div class="container"> - <div class="page-header m-t-1"> + <div class="m-t-1"> <h1>Sticky footer with fixed navbar</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. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p> diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html index 3af8b13ff..bc16be251 100644 --- a/docs/examples/sticky-footer/index.html +++ b/docs/examples/sticky-footer/index.html @@ -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> |
