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

Tweak .text-capitalize example to show what happens to interior capital letters; refs #17893

[ci skip]
This commit is contained in:
Chris Rebert 2015-10-12 11:18:11 -07:00
parent ba16aa44d0
commit 684300058e

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