UNPKG

nodebb-theme-qc

Version:
23 lines (18 loc) 265 B
// // RTL Pager pagination // -------------------------------------------------- .pager { padding-right: 0; .next { > a, > span { float: left; } } .previous { > a, > span { float: right; } } }