diff options
| author | Chris Rebert <[email protected]> | 2016-01-20 17:42:37 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-20 17:42:37 -0800 |
| commit | 2a0c80758b9b4abf104bbf52a55f2a86ff5bb908 (patch) | |
| tree | 9e7f1ce35f44a65c7bfae76be660ed226f5e2f49 /docs/content | |
| parent | a38e8a640eda6c764a55ef5a4c304f91a8c7cdbb (diff) | |
| parent | a5f4046d38231163c63be8e68c6551b906f272e9 (diff) | |
| download | bootstrap-2a0c80758b9b4abf104bbf52a55f2a86ff5bb908.tar.xz bootstrap-2a0c80758b9b4abf104bbf52a55f2a86ff5bb908.zip | |
Merge pull request #18982 from davidjb/patch-4
Document .small and .mark classes
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index 30b9ca0de..ddda8333d 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -134,6 +134,8 @@ 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. +Corresponding classes `.small` and `.mark` are also available and apply the respective styles without introducing additional semantics. + ## 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. |
