From 74808de4d4a67d9c02da762569e692022d759b51 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 27 Feb 2016 18:16:22 -0800 Subject: [PATCH] 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] --- docs/examples/dashboard/dashboard.css | 3 --- docs/examples/dashboard/index.html | 2 +- docs/examples/grid/index.html | 6 ++---- docs/examples/sticky-footer-navbar/index.html | 2 +- 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 e0e3632b89..e7c6a21dfd 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 65cc380cbc..bee33756b5 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -64,7 +64,7 @@
-

Dashboard

+

Dashboard

diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 9e831115b4..4723f0e8d9 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -21,10 +21,8 @@
- +

Bootstrap grid examples

+

Basic grid layouts to get you familiar with building within the Bootstrap grid system.

Five grid tiers

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.

diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index c1555759b8..9e2db39d92 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -56,7 +56,7 @@
-