2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Remove .dl-horizontal; it's redundant to the grid system; fixes #18652

[skip sauce]
This commit is contained in:
Chris Rebert
2015-12-24 21:26:24 -07:00
parent c9d86ff3a3
commit 4c86e37c2d
3 changed files with 3 additions and 10 deletions
+2 -2
View File
@@ -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>