Float for pagination

This commit is contained in:
Edi 2017-10-24 12:04:38 +02:00 committed by GitHub
parent 8075e3bbfe
commit a82a28bd75
1 changed files with 11 additions and 1 deletions

View File

@ -57,6 +57,16 @@ article.page footer {
text-align: right;
}
/* PAGINATION */
.pagination {
width: 100%;
}
.pagination > li > a.float-right {
float: right;
}
/* PLUGINS */
div.plugin:not(:last-child) {
@ -102,4 +112,4 @@ div.plugin-pages li.parent h3 {
div.plugin-pages ul.child {
margin-left: 5px;
}
}