diff options
| author | Bas Bosman <[email protected]> | 2014-06-11 17:39:02 +0200 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-06-11 17:39:02 +0200 |
| commit | 7a0f4416a5436a892ed4328cd42e1d708f0ba715 (patch) | |
| tree | aa28e3eba340c8ea0f4a0d71813131e7102db03e /docs/_includes | |
| parent | 816ba56b451d28056a78bcaf262e7a2cc37fd5db (diff) | |
| download | bootstrap-7a0f4416a5436a892ed4328cd42e1d708f0ba715.tar.xz bootstrap-7a0f4416a5436a892ed4328cd42e1d708f0ba715.zip | |
Add dropped text-justify
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/css/type.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 70e3fc36d..6eca026de 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -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 %} |
