aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-20 17:50:08 -0800
committerChris Rebert <[email protected]>2016-01-20 17:50:08 -0800
commitfc7ee66630e050c73701706291520c7db8034c70 (patch)
treeeeae5e93621e66a43b31d4dc3ba742d94ff499c4 /docs/content
parent2a0c80758b9b4abf104bbf52a55f2a86ff5bb908 (diff)
downloadbootstrap-fc7ee66630e050c73701706291520c7db8034c70.tar.xz
bootstrap-fc7ee66630e050c73701706291520c7db8034c70.zip
Docs: Tweak #18982
[skip sauce]
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/typography.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md
index ddda8333d..82f80a8a8 100644
--- a/docs/content/typography.md
+++ b/docs/content/typography.md
@@ -132,9 +132,9 @@ Styling for common inline HTML5 elements.
<p><em>This line rendered as italicized text.</em></p>
{% endexample %}
-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.
+`.mark` and `.small` classes are also available to apply the same styles as `<mark>` and `<small>` while avoiding any unwanted semantic implications that the tags would bring.
-Corresponding classes `.small` and `.mark` are also available and apply the respective styles without introducing additional semantics.
+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.
## Abbreviations