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
This commit is contained in:
Ian Stewart 2014-10-16 19:16:18 +00:00
parent d79cc63828
commit 24e6e8cc0a

View File

@ -3993,6 +3993,10 @@ span > video {
padding: 5% 10%;
}
.pagination {
margin: 8.333% 8.333% 0;
}
.pagination .nav-links {
min-height: 3.2em;
}