From ed5e22d2f763632d057ef1f34802064f59093d56 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Oct 2014 19:15:33 +0000 Subject: [PATCH] Twenty Fifteen: correct margin for pagination. Props kwight; fixes #29964. git-svn-id: https://develop.svn.wordpress.org/trunk@29921 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 5e497feae8..04c99f38ad 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/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; }