From af484dc12c2302c0e594a0e73a2ba06738a84410 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 15 Dec 2018 01:05:49 +0000 Subject: Remove now unnecessary shrink-to-fit viewport directive (#27818) `shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102 --- site/_includes/header.html | 2 +- site/_layouts/examples.html | 2 +- site/docs/4.1/getting-started/introduction.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'site') diff --git a/site/_includes/header.html b/site/_includes/header.html index 83d051fa80..d7393d60a8 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -1,5 +1,5 @@ - + diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html index 28aa0736c5..de3aecbebb 100644 --- a/site/_layouts/examples.html +++ b/site/_layouts/examples.html @@ -2,7 +2,7 @@ - + diff --git a/site/docs/4.1/getting-started/introduction.md b/site/docs/4.1/getting-started/introduction.md index 55ced2f9c3..5d84ba66a8 100644 --- a/site/docs/4.1/getting-started/introduction.md +++ b/site/docs/4.1/getting-started/introduction.md @@ -65,7 +65,7 @@ Be sure to have your pages set up with the latest design and development standar - + @@ -106,7 +106,7 @@ Bootstrap requires the use of the HTML5 doctype. Without it, you'll see some fun Bootstrap is developed *mobile first*, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, **add the responsive viewport meta tag** to your ``. {% highlight html %} - + {% endhighlight %} You can see an example of this in action in the [starter template](#starter-template). -- cgit v1.2.3