aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-19 18:35:10 -0800
committerChris Rebert <[email protected]>2014-12-19 18:35:58 -0800
commit8250f41948ec9389e0c3a7b8490b236dffca000c (patch)
treece86b1fa56ce418464bd704e9e00f623650ec40d
parent8a60a27efbc87faf7e5d2164f1ddde6edeed803a (diff)
downloadbootstrap-8250f41948ec9389e0c3a7b8490b236dffca000c.tar.xz
bootstrap-8250f41948ec9389e0c3a7b8490b236dffca000c.zip
rm trailing whitespace
-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;