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
e9a74724
Commit
e9a74724
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
add px unit to perspective property value; fixes
#16247
[skip sauce] [skip validator]
parent
6866b173
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/bootstrap.css
+2
-2
dist/css/bootstrap.css
less/carousel.less
+1
-1
less/carousel.less
with
3 additions
and
3 deletions
+3
-3
dist/css/bootstrap.css
+
2
-
2
View file @
e9a74724
...
@@ -6241,8 +6241,8 @@ button.close {
...
@@ -6241,8 +6241,8 @@ button.close {
-webkit-backface-visibility
:
hidden
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
-webkit-perspective
:
1000
;
-webkit-perspective
:
1000
px
;
perspective
:
1000
;
perspective
:
1000
px
;
}
}
.carousel-inner
>
.item.next
,
.carousel-inner
>
.item.next
,
.carousel-inner
>
.item.active.right
{
.carousel-inner
>
.item.active.right
{
...
...
This diff is collapsed.
Click to expand it.
less/carousel.less
+
1
-
1
View file @
e9a74724
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
@media all and (transform-3d), (-webkit-transform-3d) {
@media all and (transform-3d), (-webkit-transform-3d) {
.transition-transform(~'0.6s ease-in-out');
.transition-transform(~'0.6s ease-in-out');
.backface-visibility(~'hidden');
.backface-visibility(~'hidden');
.perspective(1000);
.perspective(1000
px
);
&.next,
&.next,
&.active.right {
&.active.right {
...
...
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