diff options
| author | David Beitey <[email protected]> | 2016-01-21 10:28:05 +1000 |
|---|---|---|
| committer | David Beitey <[email protected]> | 2016-01-21 10:28:05 +1000 |
| commit | a5f4046d38231163c63be8e68c6551b906f272e9 (patch) | |
| tree | 9e7f1ce35f44a65c7bfae76be660ed226f5e2f49 /docs | |
| parent | a38e8a640eda6c764a55ef5a4c304f91a8c7cdbb (diff) | |
| download | bootstrap-a5f4046d38231163c63be8e68c6551b906f272e9.tar.xz bootstrap-a5f4046d38231163c63be8e68c6551b906f272e9.zip | |
Document .small and .mark classes
These are available in _type.scss but not documented. These classes are useful for styling without adding semantics.
Diffstat (limited to 'docs')
| -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. |
