diff options
| author | Mark Otto <[email protected]> | 2016-01-03 19:10:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-03 19:10:42 -0800 |
| commit | c76a2c32187646dc3b98a3909ecf0bacaf030e0d (patch) | |
| tree | b4d141edef13e49728f97a4f65e6cd14d9634b4d /docs/content | |
| parent | 16552b241cfbbed8302caf642ba7a5f52cafdbb4 (diff) | |
| parent | 4c86e37c2d79c6d80e66079de9065d8f6603486b (diff) | |
| download | bootstrap-c76a2c32187646dc3b98a3909ecf0bacaf030e0d.tar.xz bootstrap-c76a2c32187646dc3b98a3909ecf0bacaf030e0d.zip | |
Merge pull request #18669 from twbs/fix-18652
Remove .dl-horizontal; it's redundant to the grid system
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index 651e2c49c..a028e5e1d 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -215,12 +215,12 @@ Place all list items on a single line with `display: inline-block;` and some bas </ul> {% endexample %} -### Horizontal description +### Description list alignment Align terms and descriptions horizontally by using our grid system's predefined classes (or semantic mixins). For longer terms, you can optionally add a `.text-truncate` class to truncate the text with an ellipsis. {% example html %} -<dl class="dl-horizontal"> +<dl class="row"> <dt class="col-sm-3">Description lists</dt> <dd class="col-sm-9">A description list is perfect for defining terms.</dd> |
