diff --git a/sass/elements/content.sass b/sass/elements/content.sass index 7a734d32..3f709ad7 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -4,6 +4,8 @@ $content-heading-color: $text-strong !default $content-heading-weight: $weight-semibold !default $content-heading-line-height: 1.125 !default +$content-block-margin-bottom: 1em !default + $content-blockquote-background-color: $background !default $content-blockquote-border-left: 5px solid $border !default $content-blockquote-padding: 1.25em 1.5em !default @@ -16,6 +18,7 @@ $content-table-cell-padding: 0.5em 0.75em !default $content-table-cell-heading-color: $text-strong !default $content-table-head-cell-border-width: 0 0 2px !default $content-table-head-cell-color: $text-strong !default +$content-table-body-last-row-cell-border-bottom-width: 0 !default $content-table-foot-cell-border-width: 2px 0 0 !default $content-table-foot-cell-color: $text-strong !default @@ -33,7 +36,7 @@ $content-table-foot-cell-color: $text-strong !default pre, table &:not(:last-child) - margin-bottom: 1em + margin-bottom: $content-block-margin-bottom h1, h2, h3, @@ -144,7 +147,7 @@ $content-table-foot-cell-color: $text-strong !default &:last-child td, th - border-bottom-width: 0 + border-bottom-width: $content-table-body-last-row-cell-border-bottom-width .tabs li + li margin-top: 0