From 1e8d186f333cf3783af9f5c0cb0d498eae0437fd Mon Sep 17 00:00:00 2001 From: swaincreates Date: Wed, 19 Aug 2015 13:30:18 -0400 Subject: change flexbix to flexbox in docs/getting-started/flexbox.md --- docs/getting-started/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 1c3aef613..977e04290 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -23,7 +23,7 @@ Vendor prefixes are provided in our compiled CSS with Autoprefixer via Grunt. ## Why flexbox? -In a nutshell, flexbix provides simpler and more flexible layout options in CSS. More specifically, it provides: +In a nutshell, flexbox provides simpler and more flexible layout options in CSS. More specifically, it provides: - Easy vertical alignment of content within a parent element. - Easy reordering of content across devices and screen resolutions with the help of media queries. -- cgit v1.2.3 From b6e0481c32110834960f7d8f296f2d5c0a6f58eb Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 19 Aug 2015 16:36:07 -0400 Subject: State Edge support instead of IE 11 as latest Fix #17055 --- docs/getting-started/browsers-devices.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index f3ce8fdc1..f1e8d2fb0 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -13,7 +13,7 @@ Bootstrap supports a wide variety of modern browsers and devices, and some older ## Supported browsers -Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11**. More specific support information is provided below. +Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11 / Microsoft Edge**. More specific support information is provided below. ### Mobile devices @@ -64,6 +64,7 @@ Similarly, the latest versions of most desktop browsers are supported. Chrome Firefox Internet Explorer + Microsoft Edge Opera Safari @@ -74,6 +75,7 @@ Similarly, the latest versions of most desktop browsers are supported. Supported Supported N/A + N/A Supported Supported @@ -83,6 +85,7 @@ Similarly, the latest versions of most desktop browsers are supported. Supported Supported Supported + Supported Not supported -- cgit v1.2.3 From 6b1cf58d58043f5906b65314c0322406c3763258 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Date: Thu, 20 Aug 2015 07:46:58 +0530 Subject: Add more compatibility info and caniuse links to Flexbox docs Closes #17091 --- docs/getting-started/flexbox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 977e04290..c887fb3fb 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -46,6 +46,6 @@ Alternatively, if you don't need the source Sass files, you may swap the default Enabling flexbox means **reduced browser and device support:** - Internet Explorer 9 and below do not support flexbox. -- Internet Explorer 10 has a few known quirks. +- Internet Explorer 10 has a few known quirks (see the "Known issues" tab in [Can I use...](http://caniuse.com/#feat=flexbox)), requires using a prefix, and only supports the syntax from the old 2012 version of the spec. -Please be extra conscious of your user base when enabling flexbox in your project. +Please be extra conscious of your user base when enabling flexbox in your project. Visit [Can I use...](http://caniuse.com/#feat=flexbox) for details on browser support of flexbox. -- cgit v1.2.3 From a5bed79459ee65f70ac7558424c756935ffeb8ba Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 00:45:09 +0200 Subject: Fix link to wall of browser bugs; closes #17107 --- docs/getting-started/browsers-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index f3ce8fdc1..a6b946230 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -91,7 +91,7 @@ Similarly, the latest versions of most desktop browsers are supported. Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 8 and below, though they are not officially supported. -For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs](../browser-bugs/). +For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs](../../browser-bugs/). ## Internet Explorer 9 -- cgit v1.2.3 From 3895bfa3883fe9b06f87902906f6146533769997 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 01:28:41 +0200 Subject: Docs: Fix "read more about x-ua" link Fixes #17096 --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index f5e650cae..05997c47c 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -38,7 +38,7 @@ And that's it—you're your way to a fully Bootstrapped site. If you're at all u Be sure to have your pages set up with the latest design and development standards. That means: * Using an HTML5 doctype -* Forcing Internet Explorer to use its latest rendering mode ([read more]()) +* Forcing Internet Explorer to use its latest rendering mode ([read more](http://stackoverflow.com/q/6771258)) * And, utilizing the viewport meta tag. Put it all together and your pages should look like this: -- cgit v1.2.3 From 66be25917a66a2cdb19a297a1ce7e5642357fc06 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 02:15:17 +0200 Subject: Docs: various fixes Mostly links. Fixes #17056. --- docs/getting-started/browsers-devices.md | 2 +- docs/getting-started/download.md | 2 +- docs/getting-started/flexbox.md | 2 +- docs/getting-started/introduction.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index a6b946230..67fc200ec 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -91,7 +91,7 @@ Similarly, the latest versions of most desktop browsers are supported. Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 8 and below, though they are not officially supported. -For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs](../../browser-bugs/). +For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs]({{ site.baseurl }}/browser-bugs/). ## Internet Explorer 9 diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 5dc3d5c38..076586d29 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -21,7 +21,7 @@ Download just the compiled and minified CSS and JavaScript. Doesn't include any
{% markdown %} ### Source files -Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [some setup](../compiling).** +Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and some setup.** Download source {% endmarkdown %} diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index c887fb3fb..f8ab4e8ae 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -39,7 +39,7 @@ If you're familiar with modifying variables in Sass—or any other CSS preproces 2. Change it from `false` to `true`. 3. Recompile, and done! -Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page](/getting-started/download) for more information. +Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page]({{ site.baseurl }}/getting-started/download) for more information. ## Browser support diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 05997c47c..1025c334d 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -65,7 +65,7 @@ Put it all together and your pages should look like this: {% endhighlight %} -That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/scaffolding) or [our official examples](../examples/) to start laying out your site's content and components. +That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/scaffolding) or [our official examples]({{ site.baseurl }}/examples/) to start laying out your site's content and components. ## Important globals -- cgit v1.2.3 From 3c17c9e90cb9e666772f6941caba546f4dd674f1 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 02:38:36 +0200 Subject: Docs: link to tooling setup on download page --- docs/getting-started/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 076586d29..7255fbba5 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -21,7 +21,7 @@ Download just the compiled and minified CSS and JavaScript. Doesn't include any
{% markdown %} ### Source files -Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and some setup.** +Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup).** Download source {% endmarkdown %} -- cgit v1.2.3 From 911e58ed63e8e51e6f4d0d57b1e21df93c022d8a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 20 Aug 2015 18:21:35 -0700 Subject: introduction.md: Fix typo: "started template" --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 1025c334d..7ca3e5cce 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -90,7 +90,7 @@ Bootstrap is developed *mobile first*, a strategy in which we optimize code for {% endhighlight %} -You can see an example of this in action in the [started template](#starter-template). +You can see an example of this in action in the [starter template](#starter-template). ### Box-sizing -- cgit v1.2.3