diff options
| author | Dan Kaplun <[email protected]> | 2015-05-30 10:59:34 -0400 |
|---|---|---|
| committer | Dan Kaplun <[email protected]> | 2015-05-30 12:57:36 -0400 |
| commit | 78bdbcdc0858efc57273da6f0d3f772076919e2f (patch) | |
| tree | 253a5a26751d4766bbb04596a4e1ca208a5a7c8b /less/type.less | |
| parent | 39137b9f4a26608988232f7d4966af280e46b689 (diff) | |
| download | bootstrap-78bdbcdc0858efc57273da6f0d3f772076919e2f.tar.xz bootstrap-78bdbcdc0858efc57273da6f0d3f772076919e2f.zip | |
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); |
