]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Document .small and .mark classes 18982/head
authorDavid Beitey <david@davidjb.com>
Thu, 21 Jan 2016 00:28:05 +0000 (10:28 +1000)
committerDavid Beitey <david@davidjb.com>
Thu, 21 Jan 2016 00:28:05 +0000 (10:28 +1000)
These are available in _type.scss but not documented.  These classes are useful for styling without adding semantics.

docs/content/typography.md

index 30b9ca0ded5756d77e0b859105540579f1f8dbc0..ddda8333d8da2af4f689771234da68faf4bd294f 100644 (file)
@@ -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.