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