diff options
| author | Mark Otto <[email protected]> | 2016-02-06 15:53:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 15:53:10 -0800 |
| commit | 27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5 (patch) | |
| tree | 7e0ede545acc83c11eb8f38caf8dffb38c8514a5 /docs/content | |
| parent | fc6c593bec04535f8db66f03fed11d9f3ef6015a (diff) | |
| download | bootstrap-27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5.tar.xz bootstrap-27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5.zip | |
cross ref the type utils in the type docs
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index a415b0526..2c0207375 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -136,6 +136,10 @@ Styling for common inline HTML5 elements. While not shown above, feel free to use `<b>` and `<i>` in HTML5. `<b>` is meant to highlight words or phrases without conveying additional importance while `<i>` is mostly for voice, technical terms, etc. +## Text utilities + +Change text alignment, transform, style, weight, and color with our [text utilities](http://localhost:9001/components/utilities/#text-alignment). + ## Abbreviations Stylized implementation of HTML's `<abbr>` element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a `title` attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover and to users of assistive technologies. |
