mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
added prefixer.less
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user