Skip to content
GitLab
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
371d14e2
Commit
371d14e2
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Remove commented out code and properly nest CSS again for .collapse
parent
a3cba92e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+0
-10
docs/assets/css/bootstrap.css
less/component-animations.less
+2
-11
less/component-animations.less
with
2 additions
and
21 deletions
+2
-21
docs/assets/css/bootstrap.css
+
0
-
10
View file @
371d14e2
...
@@ -1985,16 +1985,6 @@ input[type="button"].btn-block {
...
@@ -1985,16 +1985,6 @@ input[type="button"].btn-block {
opacity
:
1
;
opacity
:
1
;
}
}
/*.collapse {
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
&.in {
height: auto;
}
}*/
.collapse
{
.collapse
{
position
:
relative
;
position
:
relative
;
height
:
0
;
height
:
0
;
...
...
This diff is collapsed.
Click to expand it.
less/component-animations.less
+
2
-
11
View file @
371d14e2
...
@@ -11,22 +11,13 @@
...
@@ -11,22 +11,13 @@
}
}
}
}
/*
.collapse {
.collapse {
position: relative;
position: relative;
height: 0;
height: 0;
overflow: hidden;
overflow: hidden;
.transition(height .35s ease);
.transition(height .35s ease);
&.in {
&.in {
height: auto;
height: auto;
}
}
}*/
.collapse {
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
}
.collapse.in {
height: auto;
}
}
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