added prefixer.less

This commit is contained in:
kay.one 2013-06-25 22:42:44 -07:00
commit 3b80d59197
8 changed files with 483 additions and 144 deletions

View file

@ -1,15 +1,11 @@
@import "/content/prefixer";
.backgrid-paginator {
text-align : center;
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
box-sizing : border-box;
border-top : none;
-webkit-border-radius : 0 0 4px 4px;
-moz-border-radius : 0 0 4px 4px;
border-radius : 0 0 4px 4px;
.box-sizing(border-box);
.border-radios(0 0 4px 4px);
ul {
display : inline-block;