diff options
| author | Mark Otto <[email protected]> | 2015-06-18 16:06:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-18 16:06:39 -0700 |
| commit | 5ea03fa259ccac4c7ea72f0a19b57f77957fe55d (patch) | |
| tree | 1602929585e76f7c33d062a4346f72fbf76b43fd /less/type.less | |
| parent | 344dafbab90202cfe2ff52396374113d8c69a50a (diff) | |
| parent | 78bdbcdc0858efc57273da6f0d3f772076919e2f (diff) | |
| download | bootstrap-5ea03fa259ccac4c7ea72f0a19b57f77957fe55d.tar.xz bootstrap-5ea03fa259ccac4c7ea72f0a19b57f77957fe55d.zip | |
Merge pull request #16563 from dbkaplun/dl-horizontal-breakpoint
Adds @dl-horizontal-breakpoint
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 68ba6017b..0d4fee484 100644 --- a/less/type.less +++ b/less/type.less @@ -211,7 +211,7 @@ dd { &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present } - @media (min-width: @grid-float-breakpoint) { + @media (min-width: @dl-horizontal-breakpoint) { dt { float: left; width: (@dl-horizontal-offset - 20); |
