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

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;
}