From 03b556bbc5c0aecc2d86edfcf143d7b3312c86cc Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Wed, 11 Jun 2014 08:33:30 +0200 Subject: [PATCH] Follow-up to #13671; improves consistency of text with previous examples Also fixes a small indentation error. --- docs/_includes/css/type.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %}