]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
justify text
authorMark Otto <otto@github.com>
Mon, 6 Jan 2014 17:26:08 +0000 (09:26 -0800)
committerMark Otto <otto@github.com>
Mon, 6 Jan 2014 17:26:08 +0000 (09:26 -0800)
docs/css.html

index b4132de925f57e4cd73960a8b481b857b1bbb4c9..be3f2de1eb9f6a07bb6892934e232bb8b30c6157 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 %}