2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
-7
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