diff --git a/docs/content/typography.md b/docs/content/typography.md index 651e2c49c9..a028e5e1d2 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 {% 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 %} -
` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. ### Images diff --git a/scss/_type.scss b/scss/_type.scss index f770d20ed8..60f983aaf7 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -101,13 +101,6 @@ mark, } } -// Horizontal description lists w/ grid classes -.dl-horizontal { - margin-right: -$grid-gutter-width; - margin-left: -$grid-gutter-width; - @include clearfix; -} - // // Misc