diff options
| author | Mark Otto <[email protected]> | 2014-01-06 09:26:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-06 09:26:08 -0800 |
| commit | f389111e6835e4f41f9c98f71652cf546638b130 (patch) | |
| tree | 5d05aaac550953ab548f63a03ab150944e19e98b /docs/css.html | |
| parent | a5e29a8f34ada08b6700ed9d94806d33b1c8f56b (diff) | |
| download | bootstrap-f389111e6835e4f41f9c98f71652cf546638b130.tar.xz bootstrap-f389111e6835e4f41f9c98f71652cf546638b130.zip | |
justify text
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html index b4132de92..be3f2de1e 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 %} |
