From: Ore Landau Date: Mon, 4 Nov 2013 10:33:43 +0000 (+0200) Subject: Fixed links X-Git-Tag: v3.0.2~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11354%2Fhead;p=thirdparty%2Fbootstrap.git Fixed links Links to same-page anchors were treated as external links. --- diff --git a/css.html b/css.html index 3542f87c05..495092e125 100644 --- a/css.html +++ b/css.html @@ -320,7 +320,7 @@ base_url: "../" {% endhighlight %}

Responsive column resets

-

With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a .clearfix and our responsive utility classes.

+

With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a .clearfix and our responsive utility classes.

@@ -2272,7 +2272,7 @@ For example, <section> should be wrapped as inline.

Responsive images

-

Looking for how to make images more responsive? Check out the responsive images section up top.

+

Looking for how to make images more responsive? Check out the responsive images section up top.

@@ -2384,7 +2384,7 @@ For example, <section> should be wrapped as inline.

Showing and hiding content

-

Force an element to be shown or hidden (including for screen readers) with the use of .show and .hidden classes. These classes use !important to avoid specificity conflicts, just like the quick floats. They are only available for block level toggling. They can also be used as mixins.

+

Force an element to be shown or hidden (including for screen readers) with the use of .show and .hidden classes. These classes use !important to avoid specificity conflicts, just like the quick floats. They are only available for block level toggling. They can also be used as mixins.

.hide is available, but it does not always affect screen readers and is deprecated as of v3.0.1. Use .hidden or .sr-only instead.

Furthermore, .invisible can be used to toggle only the visibility of an element, meaning its display is not modified and the element can still affect the flow of the document.

{% highlight html %}