aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-10 14:41:23 -0800
committerChris Rebert <[email protected]>2014-01-10 14:41:23 -0800
commit46f5bbcf33a1151890011dae16792a63a9228b08 (patch)
tree28f5184c6208206c83b1c35c52dc2a8b1c238b1c
parentc6a5e6accb6ad9255b5ff3df6ddb4b9d75eb9b58 (diff)
downloadbootstrap-46f5bbcf33a1151890011dae16792a63a9228b08.tar.xz
bootstrap-46f5bbcf33a1151890011dae16792a63a9228b08.zip
document #11675
-rw-r--r--docs/css.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html
index 1315ffe07..f4dff1e07 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
<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 %}