From 59d5b2156f48d7ea62a11db84415d4a7ef12e10c Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 29 Sep 2014 14:23:34 -0300 Subject: [PATCH] fix pagination buttons --- style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 857b1ed..953e8c2 100644 --- a/style.css +++ b/style.css @@ -858,15 +858,18 @@ p { width: 35px; } -#content .pagination a.prev_page, -#content .pagination a.previous_page, -#content .pagination a.next_page{ +#content .pagination .prev_page, +#content .pagination .previous_page, +#content .pagination .next_page{ background-image: none; color: #888888; font-size: 14px; width: auto; + display: inline; +} +#content .pagination .disabled { + font-weight: normal; } - #content #article .pagination .next_page, #content #article .pagination .prev_page{ -- libgit2 0.21.2