diff options
| author | Mark Otto <[email protected]> | 2016-10-09 16:35:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 16:35:16 -0700 |
| commit | 909b84a289553417ef22264a9570a2a2d7ff4ad3 (patch) | |
| tree | de9969aab5b65bd27681cc07b6138e8a4143e6c7 /docs | |
| parent | b7444eb82a1060bcfc2d870007c36d70554cdddc (diff) | |
| download | bootstrap-909b84a289553417ef22264a9570a2a2d7ff4ad3.tar.xz bootstrap-909b84a289553417ef22264a9570a2a2d7ff4ad3.zip | |
Document the .bg-faded class
Fixes #20550.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/utilities/colors.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/utilities/colors.md b/docs/utilities/colors.md index 216941f95..f041f6947 100644 --- a/docs/utilities/colors.md +++ b/docs/utilities/colors.md @@ -36,6 +36,7 @@ Similar to the contextual text color classes, easily set the background of an el <div class="bg-warning text-white">Etiam porta sem malesuada magna mollis euismod.</div> <div class="bg-danger text-white">Donec ullamcorper nulla non metus auctor fringilla.</div> <div class="bg-inverse text-white">Cras mattis consectetur purus sit amet fermentum.</div> +<div class="bg-faded">Cras mattis consectetur purus sit amet fermentum.</div> {% endexample %} {% callout info %} |
