summaryrefslogtreecommitdiff
path: root/cyborg/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-11-24 18:36:58 -0500
committerThomas Park <thomas@thomaspark.co>2015-11-24 18:36:58 -0500
commit4db5bf22ea130613ed0080981814db45fa27997c (patch)
tree836d344889599ca7b21a86fedb2b881a3867dec7 /cyborg/variables.less
parent3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc (diff)
update bootswatch to 3.3.6
Diffstat (limited to 'cyborg/variables.less')
-rw-r--r--cyborg/variables.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/cyborg/variables.less b/cyborg/variables.less
index 593e164c..07205bfb 100644
--- a/cyborg/variables.less
+++ b/cyborg/variables.less
@@ -1,4 +1,4 @@
-// Cyborg 3.3.5
+// Cyborg 3.3.6
// Variables
// --------------------------------------------------
@@ -863,5 +863,7 @@
@page-header-border-color: @gray-dark;
//** 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-dark;