Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-01-11 02:41:23 +0400
committerChris Rebert <code@rebertia.com>2014-01-11 02:41:23 +0400
commit46f5bbcf33a1151890011dae16792a63a9228b08 (patch)
tree28f5184c6208206c83b1c35c52dc2a8b1c238b1c /docs/css.html
parentc6a5e6accb6ad9255b5ff3df6ddb4b9d75eb9b58 (diff)
document #11675
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html2
1 files changed, 2 insertions, 0 deletions
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
<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 %}