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
ee385d59
Commit
ee385d59
authored
Apr 12, 2015
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16256 from twbs/fix-16247
Add px unit to perspective property value
parents
9cc9379f
e9a74724
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dist/css/bootstrap.css
dist/css/bootstrap.css
+2
-2
less/carousel.less
less/carousel.less
+1
-1
No files found.
dist/css/bootstrap.css
View file @
ee385d59
...
@@ -6261,8 +6261,8 @@ button.close {
...
@@ -6261,8 +6261,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
{
...
...
less/carousel.less
View file @
ee385d59
...
@@ -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 {
...
...
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