From 7d7a7b21281abf2e5e812594051493faa5de90d6 Mon Sep 17 00:00:00 2001 From: Matthew Bernhardt Date: Thu, 31 Aug 2023 15:35:10 -0400 Subject: [PATCH] Implement pagination links --- web/app/themes/mitlib-news/tag.php | 2 +- web/app/themes/mitlib-parent/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/themes/mitlib-news/tag.php b/web/app/themes/mitlib-news/tag.php index 7a0c338b..ba6579b5 100644 --- a/web/app/themes/mitlib-news/tag.php +++ b/web/app/themes/mitlib-news/tag.php @@ -24,7 +24,7 @@ get_template_part( 'content', 'single' ); endwhile; ?> -

This would be the pagination.

+ diff --git a/web/app/themes/mitlib-parent/style.css b/web/app/themes/mitlib-parent/style.css index 323aae8c..07504fba 100644 --- a/web/app/themes/mitlib-parent/style.css +++ b/web/app/themes/mitlib-parent/style.css @@ -443,7 +443,7 @@ img.wp-smiley, .nav-previous, .previous-image { float: left; - width: 50%; + width: 48%; } .meta-nav { position: relative; @@ -454,7 +454,7 @@ img.wp-smiley, .next-image { float: right; text-align: right; - width: 50%; + width: 48%; } .nav-single + .comments-area, #comment-nav-above {