From f389111e6835e4f41f9c98f71652cf546638b130 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 6 Jan 2014 09:26:08 -0800 Subject: [PATCH] justify text --- docs/css.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/css.html b/docs/css.html index b4132de925..be3f2de1eb 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 %}