mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
be9d89d3e3
commit
08743e43eb
@ -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;
|
||||
|
@ -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;
|
||||
|
4
wp-admin/css/wp-admin-rtl.min.css
vendored
4
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
4
wp-admin/css/wp-admin.min.css
vendored
4
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user