aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-24 21:26:24 -0700
committerChris Rebert <[email protected]>2015-12-24 21:26:26 -0700
commit4c86e37c2d79c6d80e66079de9065d8f6603486b (patch)
tree025f45900a9faba1b73b7de098c829bf81d65903 /scss/_type.scss
parentc9d86ff3a3d8d9889cae2216f61e519054c8e3ee (diff)
downloadbootstrap-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.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