aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_dropdown.scss2
-rw-r--r--scss/_navbar.scss2
-rw-r--r--scss/_tooltip.scss26
-rw-r--r--scss/_type.scss2
4 files changed, 16 insertions, 16 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 77abc84fe..99c7e79c9 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 08e07ab48..d021ab0de 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 3126a2d51..033c19f3b 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 c01095356..395417324 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;