]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add dropped text-justify 13791/head
authorBas Bosman <github@nazgul.nu>
Wed, 11 Jun 2014 15:39:02 +0000 (17:39 +0200)
committerBas Bosman <github@nazgul.nu>
Wed, 11 Jun 2014 15:39:02 +0000 (17:39 +0200)
docs/_includes/css/type.html

index 70e3fc36d7bed0550f951d20cf6e7f0c2336cc14..6eca026de5a16f5e6f9bbf8d423be349e42506cd 100644 (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 %}