1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Add dropped text-justify

This commit is contained in:
Bas Bosman 2014-06-11 17:39:02 +02:00
parent 816ba56b45
commit 7a0f4416a5

View file

@ -201,6 +201,7 @@ You can use the mark tag to <mark>highlight</mark> text.
<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>
<p class="text-nowrap">No wrap text.</p>
{% endhighlight %}