summaryrefslogtreecommitdiff
path: root/cerulean/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'cerulean/variables.less')
-rw-r--r--cerulean/variables.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/cerulean/variables.less b/cerulean/variables.less
index 2d70bbaa..d61d3de7 100644
--- a/cerulean/variables.less
+++ b/cerulean/variables.less
@@ -1,4 +1,4 @@
-// Cerulean 3.3.5
+// Cerulean 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;