aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-03 19:10:42 -0800
committerMark Otto <[email protected]>2016-01-03 19:10:42 -0800
commitc76a2c32187646dc3b98a3909ecf0bacaf030e0d (patch)
treeb4d141edef13e49728f97a4f65e6cd14d9634b4d /scss
parent16552b241cfbbed8302caf642ba7a5f52cafdbb4 (diff)
parent4c86e37c2d79c6d80e66079de9065d8f6603486b (diff)
downloadbootstrap-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 'scss')
-rw-r--r--scss/_type.scss7
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