updated jslibraries

This commit is contained in:
Keivan Beigi 2013-07-24 17:41:19 -07:00
commit df705b79cf
3 changed files with 55 additions and 106 deletions

View file

@ -198,9 +198,9 @@
column-width: @width;
}
.column-rule(@args){
-webkit-column-rule: @rule;
-moz-column-rule: @rule;
column-rule: @rule;
-webkit-column-rule: @args;
-moz-column-rule: @args;
column-rule: @args;
}