diff options
| author | Chris Rebert <[email protected]> | 2015-12-24 21:26:24 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-24 21:26:26 -0700 |
| commit | 4c86e37c2d79c6d80e66079de9065d8f6603486b (patch) | |
| tree | 025f45900a9faba1b73b7de098c829bf81d65903 /scss/_type.scss | |
| parent | c9d86ff3a3d8d9889cae2216f61e519054c8e3ee (diff) | |
| download | bootstrap-4c86e37c2d79c6d80e66079de9065d8f6603486b.tar.xz bootstrap-4c86e37c2d79c6d80e66079de9065d8f6603486b.zip | |
Remove .dl-horizontal; it's redundant to the grid system; fixes #18652
[skip sauce]
Diffstat (limited to 'scss/_type.scss')
| -rw-r--r-- | scss/_type.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index f770d20ed..60f983aaf 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 |
