From 6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:05:48 -0700 Subject: use non-minified Bootstrap CSS on non-gh-pages --- docs/_includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e60853ef4..414221f1c 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,11 @@ +{% if site.github %} +{% else %} + +{% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} -- cgit v1.2.3 From d9f356f05f2993896e9648c8c2f3d319448a011c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:06:54 -0700 Subject: use non-minified BS Theme CSS on non-gh-pages --- docs/_includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 414221f1c..a98495416 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -21,7 +21,11 @@ {% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} +{% if site.github %} +{% else %} + +{% endif %} {% endif %} -- cgit v1.2.3 From b793fbb13a8f0cb0fab04de8f7fe732b445e6daf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:12:58 -0700 Subject: use non-minified docs CSS on non-gh-pages --- docs/_includes/header.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index a98495416..6a40f7382 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -29,7 +29,12 @@ {% endif %} +{% if site.github %} +{% else %} + + +{% endif %} -- cgit v1.2.3 From 32affe98356ccee4f3dfae17e3c4d47c7efb25ce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Jul 2014 20:29:43 -0700 Subject: more accurate homepage title --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 6a40f7382..406b84cda 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -6,7 +6,7 @@ - {% if page.title == "Bootstrap" %} + {% if page.url == site.baseurl %} {{ page.title }} {% else %} {{ page.title }} · Bootstrap -- cgit v1.2.3 From 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Sun, 27 Jul 2014 17:01:34 -0700 Subject: Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages --- docs/_includes/header.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 406b84cda..6f0227da2 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -36,8 +36,6 @@ <link href="../assets/css/src/pygments-manni.css" rel="stylesheet"> {% endif %} <!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> -<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> -<script src="../assets/js/ie10-viewport-bug-workaround.js"></script> <script src="../assets/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> -- cgit v1.2.3