diff options
| author | XhmikosR <[email protected]> | 2018-10-13 16:17:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-14 08:17:40 +0300 |
| commit | f9dea7624b8b090264e5a66a44bc2b6c0a8317b9 (patch) | |
| tree | e56759dc6f565622342a2db9120d4dcd445329a8 /site/docs/4.1/getting-started | |
| parent | ea575bc1a7c1eadbbc06117e5d0d00b0d36c1256 (diff) | |
| download | bootstrap-f9dea7624b8b090264e5a66a44bc2b6c0a8317b9.tar.xz bootstrap-f9dea7624b8b090264e5a66a44bc2b6c0a8317b9.zip | |
Move periods outside of links.
Diffstat (limited to 'site/docs/4.1/getting-started')
| -rw-r--r-- | site/docs/4.1/getting-started/browsers-devices.md | 2 | ||||
| -rw-r--r-- | site/docs/4.1/getting-started/introduction.md | 2 | ||||
| -rw-r--r-- | site/docs/4.1/getting-started/theming.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/4.1/getting-started/browsers-devices.md b/site/docs/4.1/getting-started/browsers-devices.md index 8db3b696b..7e667a7b6 100644 --- a/site/docs/4.1/getting-started/browsers-devices.md +++ b/site/docs/4.1/getting-started/browsers-devices.md @@ -183,7 +183,7 @@ $(function () { </script> {% endhighlight %} -Want to see an example? [Check out this JS Bin demo.](http://jsbin.com/OyaqoDO/2) +Want to see an example? [Check out this JS Bin demo](http://jsbin.com/OyaqoDO/2). ## Validators diff --git a/site/docs/4.1/getting-started/introduction.md b/site/docs/4.1/getting-started/introduction.md index 49870cd5a..55ced2f9c 100644 --- a/site/docs/4.1/getting-started/introduction.md +++ b/site/docs/4.1/getting-started/introduction.md @@ -13,7 +13,7 @@ toc: true ## Quick start -Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at StackPath. Using a package manager or need to download the source files? [Head to the downloads page.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/) +Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at StackPath. Using a package manager or need to download the source files? [Head to the downloads page]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/). ### CSS diff --git a/site/docs/4.1/getting-started/theming.md b/site/docs/4.1/getting-started/theming.md index 1c7106dee..15bea40c4 100644 --- a/site/docs/4.1/getting-started/theming.md +++ b/site/docs/4.1/getting-started/theming.md @@ -422,7 +422,7 @@ a { ### Breakpoint variables -While we originally included breakpoints in our CSS variables (e.g., `--breakpoint-md`), **these are not supported in media queries**, but they can still be used _within_ rulesets in media queries. These breakpoint variables remain in the compiled CSS for backward compatibility given they can be utilized by JavaScript. [Learn more in the spec.](https://www.w3.org/TR/css-variables-1/#using-variables) +While we originally included breakpoints in our CSS variables (e.g., `--breakpoint-md`), **these are not supported in media queries**, but they can still be used _within_ rulesets in media queries. These breakpoint variables remain in the compiled CSS for backward compatibility given they can be utilized by JavaScript. [Learn more in the spec](https://www.w3.org/TR/css-variables-1/#using-variables). Here's an example of **what's not supported:** |
