From 67245a474f1826bd6ffc774d31209a4da968daf4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Jul 2017 12:00:24 -0700 Subject: fix some busted links --- docs/4.0/layout/grid.md | 2 +- docs/4.0/layout/media-object.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/4.0/layout') diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 44d0e1123..eee7a9256 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -238,7 +238,7 @@ Use `col-{breakpoint}-auto` classes to size columns based on the natural width o ### Equal-width multi-row -Create equal-width columns that span multiple rows by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing the `.w-100` with some [responsive display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display-property/). +Create equal-width columns that span multiple rows by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing the `.w-100` with some [responsive display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/).
{% example html %} diff --git a/docs/4.0/layout/media-object.md b/docs/4.0/layout/media-object.md index 64f66bb9e..e3377ef6b 100644 --- a/docs/4.0/layout/media-object.md +++ b/docs/4.0/layout/media-object.md @@ -25,7 +25,7 @@ Below is an example of a single media object. Only two classes are required—th {% callout warning %} ##### Flexbug #12: Inline elements aren't treated as flex items -Internet Explorer 10-11 do not render inline elements like links or images (or `::before` and `::after` pseudo-elements) as flex items. The only workaround is to set a non-inline `display` value (e.g., `block`, `inline-block`, or `flex`). We suggest using `.d-flex`, one of our [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display-property/), as an easy fix. +Internet Explorer 10-11 do not render inline elements like links or images (or `::before` and `::after` pseudo-elements) as flex items. The only workaround is to set a non-inline `display` value (e.g., `block`, `inline-block`, or `flex`). We suggest using `.d-flex`, one of our [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/), as an easy fix. **Source:** [Flexbugs on GitHub](https://github.com/philipwalton/flexbugs#12-inline-elements-are-not-treated-as-flex-items) {% endcallout %} -- cgit v1.2.3