diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-11-24 18:36:58 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-11-24 18:36:58 -0500 |
commit | 4db5bf22ea130613ed0080981814db45fa27997c (patch) | |
tree | 836d344889599ca7b21a86fedb2b881a3867dec7 /slate/_variables.scss | |
parent | 3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc (diff) |
update bootswatch to 3.3.6
Diffstat (limited to 'slate/_variables.scss')
-rw-r--r-- | slate/_variables.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/slate/_variables.scss b/slate/_variables.scss index 33de51bf..6bf49781 100644 --- a/slate/_variables.scss +++ b/slate/_variables.scss @@ -1,5 +1,5 @@ $bootstrap-sass-asset-helper: false !default; -// Slate 3.3.5 +// Slate 3.3.6 // Variables // -------------------------------------------------- @@ -864,5 +864,7 @@ $blockquote-border-color: $gray-light !default; $page-header-border-color: darken($gray-darker, 5%) !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: darken($gray-darker, 5%) !default; |