From 872eadeb99cec26b722784564b2645e63355acaf Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 6 Oct 2015 12:35:39 +0100 Subject: Add shrink-to-fit viewport directive Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510 --- 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 b51f2d86e..e5e24a6a1 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -3,7 +3,7 @@ - + -- cgit v1.2.3 From 5858b3fc9d4592e149c6a9cb66e1d48a3bc67861 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 8 Oct 2015 08:43:45 -0400 Subject: Remove double bottom border on sub header The table includes a border between the two making this unnecessary --- 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 e5e24a6a1..bdead7728 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -89,7 +89,7 @@ -

Section title

+

Section title

-- cgit v1.2.3 From a50849f61b4bb8eedfafae40983f19373f8ccd18 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 13:03:34 +0300 Subject: Switch to jQuery 2.1.4. Now that we don't support IE 8 it's safe to do that. --- 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 bdead7728..08a91898e 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -224,7 +224,7 @@ - + -- cgit v1.2.3 From a8dc4812a49d8467e8642abb510b523a9a51cd48 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 25 Nov 2015 02:32:41 -0800 Subject: Add responsive float classes; fixes #13690 --- docs/examples/dashboard/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/dashboard') diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 08a91898e..87c507c3d 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -29,13 +29,13 @@ Project name -- cgit v1.2.3 From da87424a796a6c61866caaed1069360c822cdd4d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 6 Dec 2015 17:30:25 -0800 Subject: Remove .navbar-form from example pages; refs #18087 [skip sauce] --- 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 87c507c3d..764df3ecd 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -35,7 +35,7 @@ Profile Help - + -- cgit v1.2.3