aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-18 16:06:39 -0700
committerMark Otto <[email protected]>2015-06-18 16:06:39 -0700
commit5ea03fa259ccac4c7ea72f0a19b57f77957fe55d (patch)
tree1602929585e76f7c33d062a4346f72fbf76b43fd /less/variables.less
parent344dafbab90202cfe2ff52396374113d8c69a50a (diff)
parent78bdbcdc0858efc57273da6f0d3f772076919e2f (diff)
downloadbootstrap-5ea03fa259ccac4c7ea72f0a19b57f77957fe55d.tar.xz
bootstrap-5ea03fa259ccac4c7ea72f0a19b57f77957fe55d.zip
Merge pull request #16563 from dbkaplun/dl-horizontal-breakpoint
Adds @dl-horizontal-breakpoint
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index c1861a8e0..b057ef5bf 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -863,5 +863,7 @@
@page-header-border-color: @gray-lighter;
//** Width of horizontal description list titles
@dl-horizontal-offset: @component-offset-horizontal;
+//** Point at which .dl-horizontal becomes horizontal
+@dl-horizontal-breakpoint: @grid-float-breakpoint;
//** Horizontal line color.
@hr-border: @gray-lighter;