2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

twbs ALL the links

This commit is contained in:
Chris Rebert
2013-07-25 12:24:13 -07:00
parent c7995cf964
commit 90fb40b707
25 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -139,7 +139,7 @@
}
.skew(@x, @y) {
-webkit-transform: skew(@x, @y);
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885
transform: skew(@x, @y);
}
.translate3d(@x, @y, @z) {