Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
3696530a
Commit
3696530a
authored
Jul 31, 2013
by
Cesidio Di Landa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed trailing whitespaces
Changed hard tabs to soft tabs
parent
55e1fcef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
js/tests/unit/dropdown.js
js/tests/unit/dropdown.js
+6
-6
less/mixins.less
less/mixins.less
+3
-3
less/pagination.less
less/pagination.less
+3
-3
No files found.
js/tests/unit/dropdown.js
View file @
3696530a
...
...
@@ -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
()
})
...
...
less/mixins.less
View file @
3696530a
...
...
@@ -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
...
...
less/pagination.less
View file @
3696530a
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment