mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Move periods outside of links.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user