diff options
Diffstat (limited to 'custom/variables.less')
-rw-r--r-- | custom/variables.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/variables.less b/custom/variables.less index 2a6c1dbf..091ce937 100644 --- a/custom/variables.less +++ b/custom/variables.less @@ -1,4 +1,4 @@ -// Custom 3.3.5 +// Custom 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; |