Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
cd89c34d
Commit
cd89c34d
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
can't have overflo: visible for "in" which is present during entirity of transition.
parent
7f3a2b38
1 merge request
!1952
Tabulation navigation with Typeahead
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+0
-1
docs/assets/css/bootstrap.css
less/component-animations.less
+1
-2
less/component-animations.less
less/test.js
+11
-0
less/test.js
with
12 additions
and
3 deletions
+12
-3
docs/assets/bootstrap.zip
+
0
-
0
View file @
cd89c34d
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
0
-
1
View file @
cd89c34d
...
...
@@ -1941,7 +1941,6 @@ table .span24 {
}
.collapse.in
{
height
:
auto
;
overflow
:
visible
;
}
.close
{
float
:
right
;
...
...
This diff is collapsed.
Click to expand it.
less/component-animations.less
+
1
-
2
View file @
cd89c34d
...
...
@@ -16,6 +16,5 @@
height: 0;
&.in {
height: auto;
overflow: visible;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
less/test.js
0 → 100644
+
11
-
0
View file @
cd89c34d
var
util
=
require
(
'
util
'
),
exec
=
require
(
'
child_process
'
).
exec
,
child
;
var
total
=
0
;
var
start
=
new
(
Date
);
child
=
exec
(
'
lessc bootstrap.scss
'
,
function
(
error
,
stdout
,
stderr
)
{
var
end
=
new
(
Date
);
total
=
end
-
start
;
console
.
log
(
total
)
});
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets