Commit 59d5b2156f48d7ea62a11db84415d4a7ef12e10c
1 parent
359707e9
Exists in
master
and in
2 other branches
fix pagination buttons
Showing
1 changed file
with
7 additions
and
4 deletions
Show diff stats
style.css
... | ... | @@ -858,15 +858,18 @@ p { |
858 | 858 | width: 35px; |
859 | 859 | } |
860 | 860 | |
861 | -#content .pagination a.prev_page, | |
862 | -#content .pagination a.previous_page, | |
863 | -#content .pagination a.next_page{ | |
861 | +#content .pagination .prev_page, | |
862 | +#content .pagination .previous_page, | |
863 | +#content .pagination .next_page{ | |
864 | 864 | background-image: none; |
865 | 865 | color: #888888; |
866 | 866 | font-size: 14px; |
867 | 867 | width: auto; |
868 | + display: inline; | |
869 | +} | |
870 | +#content .pagination .disabled { | |
871 | + font-weight: normal; | |
868 | 872 | } |
869 | - | |
870 | 873 | |
871 | 874 | #content #article .pagination .next_page, |
872 | 875 | #content #article .pagination .prev_page{ | ... | ... |