mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-06 23:48:48 +00:00
Fix display for Next/Previous link when they are disabled
This commit is contained in:
parent
1880da7420
commit
63995be5ee
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ main, #content, .valign-wrapper {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination .disabled {
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.page-footer .footer-copyright p {
|
.page-footer .footer-copyright p {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue