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
d56026d4
Commit
d56026d4
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
fix grammar in "Underlined text" example
parent
fa9e541f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/type.html
+2
-2
docs/_includes/css/type.html
with
2 additions
and
2 deletions
+2
-2
docs/_includes/css/type.html
+
2
-
2
View file @
d56026d4
...
...
@@ -146,10 +146,10 @@ You can use the mark tag to <mark>highlight</mark> text.
<h3>
Underlined text
</h3>
<p>
To underline text use the
<code>
<
u
>
</code>
tag.
</p>
<div
class=
"bs-example"
>
<p><u>
This line of text
is
will render as underlined
</u></p>
<p><u>
This line of text will render as underlined
</u></p>
</div>
{% highlight html %}
<u>
This line of text
is
will render as underlined
</u>
<u>
This line of text will render as underlined
</u>
{% endhighlight %}
<p>
Make use of HTML's default emphasis tags with lightweight styles.
</p>
...
...
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