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 From 81f2dfbe40f98599ba430077fc1fab527e6c3f5d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 7 Mar 2016 20:11:41 +0200 Subject: Examples: Update tether to v1.2.0. [ci skip] --- docs/examples/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/dashboard') diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index bee33756b..5f45573c5 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -226,7 +226,7 @@ - + -- cgit v1.2.3 From 8a878c1f7b9476684445d74f0f1a5257ccac35e3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 19 Mar 2016 15:07:01 +0200 Subject: Update jQuery to v2.2.2. --- docs/examples/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/dashboard') diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 5f45573c5..3b39ea216 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -224,7 +224,7 @@ - + -- cgit v1.2.3