diff options
Diffstat (limited to 'readable/_bootswatch.scss')
-rw-r--r-- | readable/_bootswatch.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readable/_bootswatch.scss b/readable/_bootswatch.scss index afebc6c8..3aff9bfd 100644 --- a/readable/_bootswatch.scss +++ b/readable/_bootswatch.scss @@ -16,7 +16,7 @@ } &-nav > li > a { - $margin-vertical: ($navbar-height - 2*$padding-base-vertical - $line-height-computed - 2px) / 2; + $margin-vertical: (($navbar-height - 2*$padding-base-vertical - $line-height-computed - 2px) / 2); padding: $padding-base-vertical $padding-base-horizontal; margin: $margin-vertical 6px; border: 1px solid transparent; @@ -41,8 +41,8 @@ } &-brand { - padding-top: ($navbar-height - 2*$font-size-large) / 2; - padding-bottom: ($navbar-height - 2*$font-size-large) / 2; + padding-top: (($navbar-height - 2*$font-size-large) / 2); + padding-bottom: (($navbar-height - 2*$font-size-large) / 2); line-height: 1.9; } } |