System fonts: Adjust the smaller tabs so they appear as tabs.

The tab effect comes from overlapping the border of the box below. Only applies to OSX; testing did not reveal adverse effects in other OSes.

props ocean90.
see #36753.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2016-07-26 16:46:29 +00:00
parent 6d28c85bc7
commit 8f6517c275
9 changed files with 9 additions and 9 deletions

View File

@ -281,7 +281,7 @@ ul.add-menu-item-tabs li.tabs,
ul.category-tabs li,
ul.add-menu-item-tabs li,
ul.wp-tab-bar li {
padding: 3px 5px 5px;
padding: 3px 5px 6px;
}
#set-post-thumbnail {

File diff suppressed because one or more lines are too long

View File

@ -281,7 +281,7 @@ ul.add-menu-item-tabs li.tabs,
ul.category-tabs li,
ul.add-menu-item-tabs li,
ul.wp-tab-bar li {
padding: 3px 5px 5px;
padding: 3px 5px 6px;
}
#set-post-thumbnail {

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
}
ul.add-menu-item-tabs li {
padding: 3px 8px 3px 5px;
padding: 3px 8px 4px 5px;
}
.accordion-section ul.category-tabs,

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
}
ul.add-menu-item-tabs li {
padding: 3px 5px 3px 8px;
padding: 3px 5px 4px 8px;
}
.accordion-section ul.category-tabs,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta4-38152';
$wp_version = '4.6-beta4-38153';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.