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
88c629fc
Commit
88c629fc
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #18788 from twbs/refs-18458
Add nested definition list to docs example
parents
d5ec7e3f
850611d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/typography.md
+8
-0
docs/content/typography.md
with
8 additions
and
0 deletions
+8
-0
docs/content/typography.md
+
8
-
0
View file @
88c629fc
...
@@ -233,6 +233,14 @@ Align terms and descriptions horizontally by using our grid system's predefined
...
@@ -233,6 +233,14 @@ Align terms and descriptions horizontally by using our grid system's predefined
<dt
class=
"col-sm-3 text-truncate"
>
Truncated term is truncated
</dt>
<dt
class=
"col-sm-3 text-truncate"
>
Truncated term is truncated
</dt>
<dd
class=
"col-sm-9"
>
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
</dd>
<dd
class=
"col-sm-9"
>
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
</dd>
<dt
class=
"col-sm-3"
>
Nesting
</dt>
<dd
class=
"col-sm-9"
>
<dl
class=
"row"
>
<dt
class=
"col-sm-3"
>
Nested definition list
</dt>
<dd
class=
"col-sm-9"
>
Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
</dd>
</dl>
</dd>
</dl>
</dl>
{% endexample %}
{% endexample %}
...
...
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