1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02: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

View File

@@ -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