]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removed trailing whitespaces 8915/head
authorCesidio Di Landa <cesidio.dilanda@gmail.com>
Wed, 31 Jul 2013 16:11:11 +0000 (18:11 +0200)
committerCesidio Di Landa <cesidio.dilanda@gmail.com>
Wed, 31 Jul 2013 16:11:11 +0000 (18:11 +0200)
Changed hard tabs to soft tabs

js/tests/unit/dropdown.js
less/mixins.less
less/pagination.less

index e45bd0a468e456c1da445a5c16576e2f6ce6939b..02256965d59ffd536f77f0693ad850fbb569b9d4 100644 (file)
@@ -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()
       })
index 2fb9a8ff46ddae66351469caeb3710d99bb644a0..d359ce70f81ad7f844b946836bdfd72ab20f10b8 100644 (file)
 // 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
index 83b72e47ee6985d442d78af6e785a3d1692836cc..6720c68989ab0198e09e6d6d64e812b3414b50e3 100644 (file)
@@ -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,