From 24e6e8cc0ab75aba8401a7181ebb3b31d0a57ac2 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Oct 2014 19:16:18 +0000 Subject: [PATCH] Twenty Fifteen: correct margin for pagination. Props kwight; fixes #29964. Built from https://develop.svn.wordpress.org/trunk@29921 git-svn-id: http://core.svn.wordpress.org/trunk@29673 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 5e497feae8..04c99f38ad 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -3993,6 +3993,10 @@ span > video { padding: 5% 10%; } + .pagination { + margin: 8.333% 8.333% 0; + } + .pagination .nav-links { min-height: 3.2em; }