Administration: Improve tab character width in Plugins and Themes editor.

Props afercia.
Fixes #38684.
Built from https://develop.svn.wordpress.org/trunk@39897


git-svn-id: http://core.svn.wordpress.org/trunk@39834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-13 04:41:41 +00:00
parent b3c28838f7
commit 2a7400c956
5 changed files with 9 additions and 5 deletions

View File

@ -3178,7 +3178,9 @@ img {
font-size: 13px;
width: 97%;
background: #f9f9f9;
outline: none;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/* rtl:ignore */

File diff suppressed because one or more lines are too long

View File

@ -3178,7 +3178,9 @@ img {
font-size: 13px;
width: 97%;
background: #f9f9f9;
outline: none;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/* rtl:ignore */

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39896';
$wp_version = '4.8-alpha-39897';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.