From 74808de4d4a67d9c02da762569e692022d759b51 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 27 Feb 2016 18:16:22 -0800 Subject: 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 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/examples/dashboard') 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 @@
-

Dashboard

+

Dashboard

-- cgit v1.2.3