2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Removed unnecessary percentage sign for 3D translation

This commit is contained in:
Hayden Bleasel
2014-03-16 17:07:55 +11:00
parent 8ab6746cbe
commit bab63abee8
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -247,7 +247,7 @@
left: 0;
}
&.next.left, &.prev.right, &.active {
.translate3d(0%, 0, 0);
.translate3d(0, 0, 0);
left: 0;
}
}