From 78bdbcdc0858efc57273da6f0d3f772076919e2f Mon Sep 17 00:00:00 2001 From: Dan Kaplun Date: Sat, 30 May 2015 10:59:34 -0400 Subject: Adds @dl-horizontal-breakpoint --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/type.less') 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); -- cgit v1.2.3