diff options
| author | Chris Rebert <[email protected]> | 2014-12-19 18:35:10 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-19 18:35:58 -0800 |
| commit | 8250f41948ec9389e0c3a7b8490b236dffca000c (patch) | |
| tree | ce86b1fa56ce418464bd704e9e00f623650ec40d /scss/_tooltip.scss | |
| parent | 8a60a27efbc87faf7e5d2164f1ddde6edeed803a (diff) | |
| download | bootstrap-8250f41948ec9389e0c3a7b8490b236dffca000c.tar.xz bootstrap-8250f41948ec9389e0c3a7b8490b236dffca000c.zip | |
rm trailing whitespace
Diffstat (limited to 'scss/_tooltip.scss')
| -rw-r--r-- | scss/_tooltip.scss | 26 |
1 files changed, 13 insertions, 13 deletions
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; } } |
