14 lines
104 B
Stylus
14 lines
104 B
Stylus
|
.paginator {
|
||
|
|
||
|
margin-top: 30px;
|
||
|
|
||
|
a.prev {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
a.next {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
}
|