0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #17896 from twbs/text-capitalize-doc

Tweak .text-capitalize example to show what happens to interior capital letters
This commit is contained in:
Mark Otto 2015-10-13 00:31:27 -07:00
commit abe9922fc7

View File

@ -108,7 +108,7 @@ Transform text in components with text capitalization classes.
{% example html %}
<p class="text-lowercase">Lowercased text.</p>
<p class="text-uppercase">Uppercased text.</p>
<p class="text-capitalize">Capitalized text.</p>
<p class="text-capitalize">CapiTaliZed text.</p>
{% endexample %}
## Contextual colors and backgrounds