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