Fix display for Next/Previous link when they are disabled

This commit is contained in:
Nicolas Lœuillet 2016-04-12 18:03:40 +02:00
parent 1880da7420
commit 63995be5ee
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -105,6 +105,11 @@ main, #content, .valign-wrapper {
color: #fff;
}
.pagination .disabled {
margin-right: 10px;
margin-left: 10px;
}
.page-footer .footer-copyright p {
display: inline;
}