2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

text transformation added

Transform text in components with text capitalization classes.
This commit is contained in:
Konstantin Kulinicenko
2014-05-24 15:33:15 +02:00
parent 676fda9c8f
commit 585f4787f7
3 changed files with 18 additions and 0 deletions
+12
View File
@@ -203,6 +203,18 @@ You can use the mark tag to <mark>highlight</mark> text.
<p class="text-justify">Justified text.</p>
{% endhighlight %}
<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>
</div>
{% highlight html %}
<p class="text-lowercase">Lowercase text.</p>
<p class="text-uppercase">Uppercase text.</p>
<p class="text-capitalize">Capitalize text.</p>
{% endhighlight %}
<!-- Abbreviations -->
<h2 id="type-abbreviations">Abbreviations</h2>