diff options
Diffstat (limited to 'journal/_variables.scss')
-rw-r--r-- | journal/_variables.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/journal/_variables.scss b/journal/_variables.scss index a8025993..6257e4e0 100644 --- a/journal/_variables.scss +++ b/journal/_variables.scss @@ -1,5 +1,5 @@ $bootstrap-sass-asset-helper: false !default; -// Journal 3.3.5 +// Journal 3.3.6 // Variables // -------------------------------------------------- @@ -864,5 +864,7 @@ $blockquote-border-color: $gray-lighter !default; $page-header-border-color: $gray-lighter !default; //** Width of horizontal description list titles $dl-horizontal-offset: $component-offset-horizontal !default; +//** Point at which .dl-horizontal becomes horizontal +$dl-horizontal-breakpoint: $grid-float-breakpoint !default; //** Horizontal line color. $hr-border: $gray-lighter !default; |