Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
e042c639
Commit
e042c639
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #13791 from BBosman/justify
Add dropped text-justify
parents
816ba56b
7a0f4416
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/type.html
+1
-0
docs/_includes/css/type.html
with
1 addition
and
0 deletions
+1
-0
docs/_includes/css/type.html
+
1
-
0
View file @
e042c639
...
@@ -201,6 +201,7 @@ You can use the mark tag to <mark>highlight</mark> text.
...
@@ -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-left"
>
Left aligned text.
</p>
<p
class=
"text-center"
>
Center aligned text.
</p>
<p
class=
"text-center"
>
Center aligned text.
</p>
<p
class=
"text-right"
>
Right 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>
<p
class=
"text-nowrap"
>
No wrap text.
</p>
{% endhighlight %}
{% endhighlight %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment