From e105d156420864807dca97d4953d0baf843f01f9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 18 Sep 2018 22:27:46 +0300 Subject: Use https, fix broken links and unneeded redirects. --- docs/_includes/css/forms.html | 4 ++-- docs/_includes/css/less.html | 2 +- docs/_includes/css/overview.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_includes/css') diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 7aac785b8..fb6e31b0c 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -51,7 +51,7 @@ {% endhighlight %}

Don't mix form groups with input groups

-

Do not mix form groups directly with input groups. Instead, nest the input group inside of the form group.

+

Do not mix form groups directly with input groups. Instead, nest the input group inside of the form group.

@@ -728,7 +728,7 @@

Feedback icons only work with textual <input class="form-control"> elements.

Icons, labels, and input groups

-

Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. You are strongly encouraged to provide labels for all inputs for accessibility reasons. If you wish to prevent labels from being displayed, hide them with the .sr-only class. If you must do without labels, adjust the top value of the feedback icon. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon.

+

Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. You are strongly encouraged to provide labels for all inputs for accessibility reasons. If you wish to prevent labels from being displayed, hide them with the .sr-only class. If you must do without labels, adjust the top value of the feedback icon. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon.

Conveying the icon's meaning to assistive technologies

diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index 85787303b..03caf113f 100644 --- a/docs/_includes/css/less.html +++ b/docs/_includes/css/less.html @@ -161,7 +161,7 @@ a {

Box-sizing

-

Reset your components' box model with a single mixin. For context, see this helpful article from Mozilla.

+

Reset your components' box model with a single mixin. For context, see this helpful article from Mozilla.

The mixin is deprecated as of v3.2.0, with the introduction of Autoprefixer. To preserve backwards-compatibility, Bootstrap will continue to use the mixin internally until Bootstrap v4.

{% highlight scss %} .box-sizing(@box-model) { diff --git a/docs/_includes/css/overview.html b/docs/_includes/css/overview.html index bd0e53848..028c747e8 100644 --- a/docs/_includes/css/overview.html +++ b/docs/_includes/css/overview.html @@ -33,7 +33,7 @@

These styles can be found within scaffolding.less.

Normalize.css

-

For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.

+

For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.

Containers

Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due to padding and more, neither container is nestable.

-- cgit v1.2.3