diff options
| author | Chris Rebert <[email protected]> | 2016-01-06 22:29:13 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-06 22:29:13 -0800 |
| commit | 88c629fc59356178efeb0e4eab3aaa9e22aff008 (patch) | |
| tree | 01ee14d998f411de7487c80b383595fbc0195048 /docs | |
| parent | d5ec7e3f502446c13623010a4a50866d3c29be54 (diff) | |
| parent | 850611d895406a9d0b56d538a056e5312c153b52 (diff) | |
| download | bootstrap-88c629fc59356178efeb0e4eab3aaa9e22aff008.tar.xz bootstrap-88c629fc59356178efeb0e4eab3aaa9e22aff008.zip | |
Merge pull request #18788 from twbs/refs-18458
Add nested definition list to docs example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/typography.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index a028e5e1d..30b9ca0de 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -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> <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> {% endexample %} |
