Skip to content

Commit

Permalink
LDOC-43 More visual separation between content and pagination.
Browse files Browse the repository at this point in the history
Added more visual separation between content and pagination.
  • Loading branch information
sacarney committed Feb 21, 2017
1 parent 200e464 commit 4de9c3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -1597,9 +1597,12 @@ span.date-display-single {
/* Pagination */

.book-navigation .page-links {
border-top: 0;
border-top: 1px solid #ddd;
border-bottom: 0;
margin-top: 2rem;
padding: 0;
padding-top: 1rem;

}

.book-navigation .page-next,
Expand Down

0 comments on commit 4de9c3e

Please sign in to comment.