From: Heinrich Fenkart Date: Wed, 11 Jun 2014 06:33:30 +0000 (+0200) Subject: Follow-up to #13671; improves consistency of text with previous examples X-Git-Tag: v3.2.0~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b556bbc5c0aecc2d86edfcf143d7b3312c86cc;p=thirdparty%2Fbootstrap.git Follow-up to #13671; improves consistency of text with previous examples Also fixes a small indentation error. --- diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 124e4f087b..70e3fc36d7 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -207,14 +207,14 @@ You can use the mark tag to highlight text.

Transformation classes

Transform text in components with text capitalization classes.

-

Lowercase text.

-

Uppercase text.

-

Capitalize text.

+

Lowercased text.

+

Uppercased text.

+

Capitalized text.

{% highlight html %} -

Lowercase text.

-

Uppercase text.

-

Capitalize text.

+

Lowercased text.

+

Uppercased text.

+

Capitalized text.

{% endhighlight %}