diff options
| author | Mark Otto <[email protected]> | 2017-07-01 19:34:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-01 23:05:51 -0700 |
| commit | 58816b38b7063db46172ffa12178c95fdb242f6f (patch) | |
| tree | cfe41cd3471ffb8194db339d7194aa7c0606188b /docs/4.0/content | |
| parent | 25d5ffc9f96d1eca3ba274571924ed7881e7bb44 (diff) | |
| download | bootstrap-58816b38b7063db46172ffa12178c95fdb242f6f.tar.xz bootstrap-58816b38b7063db46172ffa12178c95fdb242f6f.zip | |
Move /utilities/typography to /utilities/text to match SCSS file name
Diffstat (limited to 'docs/4.0/content')
| -rw-r--r-- | docs/4.0/content/figures.md | 2 | ||||
| -rw-r--r-- | docs/4.0/content/images.md | 2 | ||||
| -rw-r--r-- | docs/4.0/content/typography.md | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/4.0/content/figures.md b/docs/4.0/content/figures.md index e7c181cab..31e89edfe 100644 --- a/docs/4.0/content/figures.md +++ b/docs/4.0/content/figures.md @@ -16,7 +16,7 @@ Use the included `.figure` , `.figure-img` and `.figure-caption` classes to prov </figure> {% endexample %} -Aligning the figure's caption is easy with our [text utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/typography/#text-alignment). +Aligning the figure's caption is easy with our [text utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/#text-alignment). {% example html %} <figure class="figure"> diff --git a/docs/4.0/content/images.md b/docs/4.0/content/images.md index 2198889c7..7906dab36 100644 --- a/docs/4.0/content/images.md +++ b/docs/4.0/content/images.md @@ -38,7 +38,7 @@ In addition to our [border-radius utilities]({{ site.baseurl }}/docs/{{ site.doc ## Aligning images -Align images with the [helper float classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/responsive-helpers/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/typography/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/#horizontal-centering). +Align images with the [helper float classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/responsive-helpers/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/#horizontal-centering). <div class="bd-example bd-example-images"> <img data-src="holder.js/200x200" class="rounded float-left" alt="A generic square placeholder image with rounded corners"> diff --git a/docs/4.0/content/typography.md b/docs/4.0/content/typography.md index 2f69ea9c6..74ecbe614 100644 --- a/docs/4.0/content/typography.md +++ b/docs/4.0/content/typography.md @@ -8,7 +8,7 @@ toc: true ## Global settings -Bootstrap sets basic global display, typography, and link styles. When more control is needed, check out the [textual utility classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/typography/). +Bootstrap sets basic global display, typography, and link styles. When more control is needed, check out the [textual utility classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/). - Use a [native font stack]({{ site.baseurl }}/docs/{{ site.docs_version }}/content/reboot/#native-font-stack) that selects the best `font-family` for each OS and device. - For a more inclusive and accessible type scale, we assume the browser default root `font-size` (typically 16px) so visitors can customize their browser defaults as needed. @@ -168,7 +168,7 @@ While not shown above, feel free to use `<b>` and `<i>` in HTML5. `<b>` is meant ## Text utilities -Change text alignment, transform, style, weight, and color with our [text utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/typography/#text-alignment). +Change text alignment, transform, style, weight, and color with our [text utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/#text-alignment). ## Abbreviations |
