mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #13789 from hnrch02/follow-up-to-13671
Follow-up to #13671; improves consistency of text with previous examples
This commit is contained in:
commit
816ba56b45
1 changed files with 6 additions and 6 deletions
|
@ -207,14 +207,14 @@ You can use the mark tag to <mark>highlight</mark> text.
|
|||
<h2 id="type-transformation">Transformation classes</h2>
|
||||
<p>Transform text in components with text capitalization classes.</p>
|
||||
<div class="bs-example">
|
||||
<p class="text-lowercase">Lowercase text.</p>
|
||||
<p class="text-uppercase">Uppercase text.</p>
|
||||
<p class="text-capitalize">Capitalize text.</p>
|
||||
<p class="text-lowercase">Lowercased text.</p>
|
||||
<p class="text-uppercase">Uppercased text.</p>
|
||||
<p class="text-capitalize">Capitalized text.</p>
|
||||
</div>
|
||||
{% highlight html %}
|
||||
<p class="text-lowercase">Lowercase text.</p>
|
||||
<p class="text-uppercase">Uppercase text.</p>
|
||||
<p class="text-capitalize">Capitalize text.</p>
|
||||
<p class="text-lowercase">Lowercased text.</p>
|
||||
<p class="text-uppercase">Uppercased text.</p>
|
||||
<p class="text-capitalize">Capitalized text.</p>
|
||||
{% endhighlight %}
|
||||
|
||||
<!-- Abbreviations -->
|
||||
|
|
Loading…
Reference in a new issue