From 3696530aafebe5f16ad801d276b25252cc645d1c Mon Sep 17 00:00:00 2001 From: Cesidio Di Landa Date: Wed, 31 Jul 2013 18:11:11 +0200 Subject: [PATCH] Removed trailing whitespaces Changed hard tabs to soft tabs --- js/tests/unit/dropdown.js | 12 ++++++------ less/mixins.less | 6 +++--- less/pagination.less | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/js/tests/unit/dropdown.js b/js/tests/unit/dropdown.js index e45bd0a468..02256965d5 100644 --- a/js/tests/unit/dropdown.js +++ b/js/tests/unit/dropdown.js @@ -165,9 +165,9 @@ $(function () { .appendTo('#qunit-fixture') .find('[data-toggle="dropdown"]') .dropdown() - + stop() - + dropdown .parent('.dropdown') .bind('show.bs.dropdown', function () { @@ -177,7 +177,7 @@ $(function () { ok(true, 'hide was called') start() }) - + dropdown.click() $(document.body).click() }) @@ -199,9 +199,9 @@ $(function () { .appendTo('#qunit-fixture') .find('[data-toggle="dropdown"]') .dropdown() - + stop() - + dropdown .parent('.dropdown') .bind('shown.bs.dropdown', function () { @@ -211,7 +211,7 @@ $(function () { ok(true, 'hide was called') start() }) - + dropdown.click() $(document.body).click() }) diff --git a/less/mixins.less b/less/mixins.less index 2fb9a8ff46..d359ce70f8 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -158,9 +158,9 @@ // Default value is `visible`, but can be changed to `hidden` // See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples .backface-visibility(@visibility){ - -webkit-backface-visibility: @visibility; - -moz-backface-visibility: @visibility; - backface-visibility: @visibility; + -webkit-backface-visibility: @visibility; + -moz-backface-visibility: @visibility; + backface-visibility: @visibility; } // Background clipping diff --git a/less/pagination.less b/less/pagination.less index 83b72e47ee..6720c68989 100644 --- a/less/pagination.less +++ b/less/pagination.less @@ -6,7 +6,7 @@ padding-left: 0; margin: @line-height-computed 0; border-radius: @border-radius-base; - + > li { display: inline; // Remove list-style and block-level defaults > a, @@ -33,7 +33,7 @@ } } } - + > li > a:hover, > li > a:focus, > .active > a, @@ -45,7 +45,7 @@ color: @pagination-active-color; cursor: default; } - + > .disabled { > span, > a,