aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-10 22:56:38 -0700
committerMark Otto <[email protected]>2014-06-10 22:56:38 -0700
commit1d97cbed0fc522304feedead906c3f479370fa06 (patch)
tree050722d0ba0d6d5054eb4bf3188e162c9f0915b7 /docs
parent7bcd78847ffe3c85d024f097e7102667e3c79604 (diff)
parent585f4787f7080e738e8172a56901c2f347a54a30 (diff)
downloadbootstrap-1d97cbed0fc522304feedead906c3f479370fa06.tar.xz
bootstrap-1d97cbed0fc522304feedead906c3f479370fa06.zip
Merge pull request #13671 from 04818419/text-transformation
text transformation added
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/type.html12
-rw-r--r--docs/_includes/nav/css.html1
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 65001198d..124e4f087 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -204,6 +204,18 @@ You can use the mark tag to <mark>highlight</mark> text.
<p class="text-nowrap">No wrap 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>
diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html
index 5a8d86368..ac86dffce 100644
--- a/docs/_includes/nav/css.html
+++ b/docs/_includes/nav/css.html
@@ -33,6 +33,7 @@
<li><a href="#type-body-copy">Body copy</a></li>
<li><a href="#type-inline-text">Inline text elements</a></li>
<li><a href="#type-alignment">Alignment classes</a></li>
+ <li><a href="#type-transformation">Transformation classes</a></li>
<li><a href="#type-abbreviations">Abbreviations</a></li>
<li><a href="#type-addresses">Addresses</a></li>
<li><a href="#type-blockquotes">Blockquotes</a></li>