After [32948]: Account for the use of paginate_links() with table navigation markup.

Props afercia.
Fixes #32253.


Built from https://develop.svn.wordpress.org/trunk@33608


git-svn-id: http://core.svn.wordpress.org/trunk@33575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-08-11 20:43:24 +00:00
parent be9d89d3e3
commit 08743e43eb
5 changed files with 9 additions and 9 deletions

View File

@ -672,9 +672,9 @@ th.asc a:focus span.sorting-indicator {
.tablenav .tablenav-pages a,
.tablenav-pages-navspan {
display: inline-block;
width: 7px;
min-width: 17px;
border: 1px solid #d2d2d2;
padding: 3px 10px 7px;
padding: 3px 5px 7px;
background: #e4e4e4;
font-size: 16px;
line-height: 1;

View File

@ -672,9 +672,9 @@ th.asc a:focus span.sorting-indicator {
.tablenav .tablenav-pages a,
.tablenav-pages-navspan {
display: inline-block;
width: 7px;
min-width: 17px;
border: 1px solid #d2d2d2;
padding: 3px 10px 7px;
padding: 3px 5px 7px;
background: #e4e4e4;
font-size: 16px;
line-height: 1;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-RC2-33607';
$wp_version = '4.3-RC2-33608';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.