From 46f5bbcf33a1151890011dae16792a63a9228b08 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 10 Jan 2014 14:41:23 -0800 Subject: [PATCH] document #11675 --- docs/css.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/css.html b/docs/css.html index 1315ffe071..f4dff1e074 100644 --- a/docs/css.html +++ b/docs/css.html @@ -774,11 +774,13 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e

Left aligned text.

Center aligned text.

Right aligned text.

+

Justified text.

{% highlight html %}

Left aligned text.

Center aligned text.

Right aligned text.

+

Justified text.

{% endhighlight %} -- 2.47.2