0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #13791 from BBosman/justify

Add dropped text-justify
This commit is contained in:
Mark Otto 2014-06-11 09:18:08 -07:00
commit e042c6398a

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 %}