Commit 59d5b2156f48d7ea62a11db84415d4a7ef12e10c

Authored by Victor Costa
1 parent 359707e9

fix pagination buttons

Showing 1 changed file with 7 additions and 4 deletions   Show diff stats
@@ -858,15 +858,18 @@ p { @@ -858,15 +858,18 @@ p {
858 width: 35px; 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 background-image: none; 864 background-image: none;
865 color: #888888; 865 color: #888888;
866 font-size: 14px; 866 font-size: 14px;
867 width: auto; 867 width: auto;
  868 + display: inline;
  869 +}
  870 +#content .pagination .disabled {
  871 + font-weight: normal;
868 } 872 }
869 -  
870 873
871 #content #article .pagination .next_page, 874 #content #article .pagination .next_page,
872 #content #article .pagination .prev_page{ 875 #content #article .pagination .prev_page{