Commit 3696530a authored by Cesidio Di Landa's avatar Cesidio Di Landa

Removed trailing whitespaces

Changed hard tabs to soft tabs
parent 55e1fcef
......@@ -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()
})
......
......@@ -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
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment