Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Fadeyev committed Sep 16, 2011
1 parent f0c1ef2 commit 9833320
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions elements.less
Expand Up @@ -120,9 +120,9 @@
column-rule-width: @columnRuleWidth;
}
.translate(@x:0, @y:0) {
-moz-transform: translate(@x, @y);
-webkit-transform: translate(@x, @y);
-o-transform: translate(@x, @y);
-ms-transform: translate(@x, @y);
transform: translate(@x, @y);
-moz-transform: translate(@x, @y);
-webkit-transform: translate(@x, @y);
-o-transform: translate(@x, @y);
-ms-transform: translate(@x, @y);
transform: translate(@x, @y);
}

0 comments on commit 9833320

Please sign in to comment.