diff options
Diffstat (limited to 'sandstone/variables.less')
-rw-r--r-- | sandstone/variables.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sandstone/variables.less b/sandstone/variables.less index e4856fbd..6b56cf05 100644 --- a/sandstone/variables.less +++ b/sandstone/variables.less @@ -1,4 +1,4 @@ -// Sandstone 3.3.5 +// Sandstone 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; |