Skip to content

Commit

Permalink
Follow-up to twbs#13671; improves consistency of text with previous e…
Browse files Browse the repository at this point in the history
…xamples

Also fixes a small indentation error.
  • Loading branch information
hnrch02 committed Jun 11, 2014
1 parent f09d6b7 commit 03b556b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/_includes/css/type.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,14 @@ <h2 id="type-alignment">Alignment classes</h2>
<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 -->
Expand Down

0 comments on commit 03b556b

Please sign in to comment.