summaryrefslogtreecommitdiff
path: root/cosmo/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'cosmo/variables.less')
-rw-r--r--cosmo/variables.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/cosmo/variables.less b/cosmo/variables.less
index 10110d26..2591d1b5 100644
--- a/cosmo/variables.less
+++ b/cosmo/variables.less
@@ -1,4 +1,4 @@
-// Cosmo 3.3.5
+// Cosmo 3.3.6
// Variables
// --------------------------------------------------
@@ -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;