]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move periods outside of links.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 13 Oct 2018 13:17:28 +0000 (16:17 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 14 Oct 2018 05:17:40 +0000 (08:17 +0300)
site/_includes/callout-danger-async-methods.md
site/docs/4.1/components/dropdowns.md
site/docs/4.1/getting-started/browsers-devices.md
site/docs/4.1/getting-started/introduction.md
site/docs/4.1/getting-started/theming.md
site/docs/4.1/migration.md
site/docs/4.1/utilities/flex.md

index ca35e0b775ea38a765994c94058ec9340c256b8f..083f28f238902809412cf5ec8278038d5d7121bd 100644 (file)
@@ -3,6 +3,6 @@
 
 All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
 
-[See our JavaScript documentation for more information.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/)
+[See our JavaScript documentation for more information]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/).
 {% endcapture %}
 {% include callout.html content=callout type="danger" %}
index 9adfa499bc33ae19db611630b870e7e16dcc5bf6..c9daf5518622c2fa01da6dce55996de9e169af90 100644 (file)
@@ -8,7 +8,7 @@ toc: true
 
 ## Overview
 
-Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/)
+Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/).
 
 Dropdowns are built on a third party library, [Popper.js](https://popper.js.org/), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js]({{ site.cdn.popper }}) before Bootstrap's JavaScript or use `bootstrap.bundle.min.js` / `bootstrap.bundle.js` which contains Popper.js. Popper.js isn't used to position dropdowns in navbars though as dynamic positioning isn't required.
 
index 8db3b696bc632b50dc1990a7e48cacddc001a775..7e667a7b6f8193d4805c7c3670b1acf6803de343 100644 (file)
@@ -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
 
index 49870cd5a7eb0dab9bf9cdec70ea91e2adefd16c..55ced2f9c31823742ad00474d326af94049334fc 100644 (file)
@@ -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
 
index 1c7106dee79b4abdc0fa6b11723e53d2cef3a50c..15bea40c4dffa766bf86d25cc7b4f2fbfa5bb496 100644 (file)
@@ -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:**
 
index 6fcd304001c915312a1e174a2351b61e2c211ce0..5ca205e94e4ae804a69e68caa7db1133e68057c7 100644 (file)
@@ -288,7 +288,7 @@ Dropped entirely for the new card component.
 
 - **Display, hidden, and more:**
   - Made display utilities responsive (e.g., `.d-none` and `d-{sm,md,lg,xl}-none`).
-  - Dropped the bulk of `.hidden-*` utilities for new [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/). For example, instead of `.hidden-sm-up`, use `.d-sm-none`. Renamed the `.hidden-print` utilities to use the display utility naming scheme. [More info under the Responsive utilities section of this page.](#responsive-utilities)
+  - Dropped the bulk of `.hidden-*` utilities for new [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/). For example, instead of `.hidden-sm-up`, use `.d-sm-none`. Renamed the `.hidden-print` utilities to use the display utility naming scheme. More info under the [Responsive utilities](#responsive-utilities) section of this page.
   - Added `.float-{sm,md,lg,xl}-{left,right,none}` classes for responsive floats and removed `.pull-left` and `.pull-right` since they're redundant to `.float-left` and `.float-right`.
 - **Type:**
   - Added responsive variations to our text alignment classes `.text-{sm,md,lg,xl}-{left,center,right}`.
index 83e950cf72469f994abeebc47c0d76b99a6dfc09..a9a388b18bd362f2422cbe0a7b3a5a3ed54fd392 100644 (file)
@@ -219,7 +219,7 @@ Responsive variations also exist for `align-self`.
 
 ## Fill
 
-Use the `.flex-fill` class on a series of sibling elements to force them into equal widths while taking up all available horizontal space. [Especially useful for equal-width, or justified, navigation.]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/navs/#working-with-flex-utilities)
+Use the `.flex-fill` class on a series of sibling elements to force them into equal widths while taking up all available horizontal space. [Especially useful for equal-width, or justified, navigation]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/navs/#working-with-flex-utilities).
 
 {% capture example %}
 <div class="d-flex bd-highlight">