mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
added prefixer.less
This commit is contained in:
parent
ab28b50c7e
commit
3b80d59197
8 changed files with 483 additions and 144 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue