]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
document #11675
authorChris Rebert <code@rebertia.com>
Fri, 10 Jan 2014 22:41:23 +0000 (14:41 -0800)
committerChris Rebert <code@rebertia.com>
Fri, 10 Jan 2014 22:41:23 +0000 (14:41 -0800)
docs/css.html

index 1315ffe0718c766e95aa0d433fe62a2d52b17341..f4dff1e0746fd2ef661c5d1a6766a604836f68fc 100644 (file)
@@ -774,11 +774,13 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
       <p class="text-left">Left aligned text.</p>
       <p class="text-center">Center aligned text.</p>
       <p class="text-right">Right aligned text.</p>
+      <p class="text-justify">Justified text.</p>
     </div>
 {% highlight html %}
 <p class="text-left">Left aligned text.</p>
 <p class="text-center">Center aligned text.</p>
 <p class="text-right">Right aligned text.</p>
+<p class="text-justify">Justified text.</p>
 {% endhighlight %}