fix whitespaces
This commit is contained in:
parent
f0c1ef20e5
commit
983332081b
1 changed files with 5 additions and 5 deletions
|
@ -120,9 +120,9 @@
|
||||||
column-rule-width: @columnRuleWidth;
|
column-rule-width: @columnRuleWidth;
|
||||||
}
|
}
|
||||||
.translate(@x:0, @y:0) {
|
.translate(@x:0, @y:0) {
|
||||||
-moz-transform: translate(@x, @y);
|
-moz-transform: translate(@x, @y);
|
||||||
-webkit-transform: translate(@x, @y);
|
-webkit-transform: translate(@x, @y);
|
||||||
-o-transform: translate(@x, @y);
|
-o-transform: translate(@x, @y);
|
||||||
-ms-transform: translate(@x, @y);
|
-ms-transform: translate(@x, @y);
|
||||||
transform: translate(@x, @y);
|
transform: translate(@x, @y);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue