mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-24 00:20:28 +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;
|
||||
}
|
||||
|
||||
.pagination .disabled {
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.page-footer .footer-copyright p {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue