diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 77abc84fe6..99c7e79c95 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -179,7 +179,7 @@ border-top: 0; border-bottom: $caret-width-base solid; } - + // Different positioning for bottom up menu .dropdown-menu { top: auto; diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 08e07ab485..d021ab0def 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -222,7 +222,7 @@ .navbar-brand { color: $navbar-default-brand-color; - + &:hover, &:focus { color: $navbar-default-brand-hover-color; diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss index 3126a2d510..033c19f3b0 100644 --- a/scss/_tooltip.scss +++ b/scss/_tooltip.scss @@ -17,25 +17,25 @@ opacity: 0; &.in { opacity: $tooltip-opacity; } - - &.top { - padding: $tooltip-arrow-width 0; - margin-top: -3px; + + &.top { + padding: $tooltip-arrow-width 0; + margin-top: -3px; } - &.right { - padding: 0 $tooltip-arrow-width; - margin-left: 3px; + &.right { + padding: 0 $tooltip-arrow-width; + margin-left: 3px; } - &.bottom { - padding: $tooltip-arrow-width 0; - margin-top: 3px; + &.bottom { + padding: $tooltip-arrow-width 0; + margin-top: 3px; } - &.left { - padding: 0 $tooltip-arrow-width; - margin-left: -3px; + &.left { + padding: 0 $tooltip-arrow-width; + margin-left: -3px; } } diff --git a/scss/_type.scss b/scss/_type.scss index c010953560..3954173245 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -99,7 +99,7 @@ ul, ol { margin-top: 0; margin-bottom: ($line-height-computed / 2); - + ul, ol { margin-bottom: 0;