summaryrefslogtreecommitdiff
path: root/darkly/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'darkly/variables.less')
-rw-r--r--darkly/variables.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/darkly/variables.less b/darkly/variables.less
index 48febff7..f11b0480 100644
--- a/darkly/variables.less
+++ b/darkly/variables.less
@@ -1,4 +1,4 @@
-// Darkly 3.3.5
+// Darkly 3.3.6
// Variables
// --------------------------------------------------
@@ -863,5 +863,7 @@
@page-header-border-color: transparent;
//** 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;