1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Merge pull request #18669 from twbs/fix-18652

Remove .dl-horizontal; it's redundant to the grid system
This commit is contained in:
Mark Otto
2016-01-03 19:10:42 -08:00
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