Customize: Autoprefixer for [39149].

See #38667.
Built from https://develop.svn.wordpress.org/trunk@39163


git-svn-id: http://core.svn.wordpress.org/trunk@39103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-11-08 15:25:32 +00:00
parent c15065dddf
commit 45d5d6ddb5
5 changed files with 5 additions and 3 deletions

View File

@ -1137,6 +1137,7 @@ p.customize-section-description {
} }
#customize-theme-controls #sub-accordion-section-custom_css textarea { #customize-theme-controls #sub-accordion-section-custom_css textarea {
-moz-tab-size: 4; -moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4; tab-size: 4;
} }

File diff suppressed because one or more lines are too long

View File

@ -1137,6 +1137,7 @@ p.customize-section-description {
} }
#customize-theme-controls #sub-accordion-section-custom_css textarea { #customize-theme-controls #sub-accordion-section-custom_css textarea {
-moz-tab-size: 4; -moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4; tab-size: 4;
} }

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7-beta2-39162'; $wp_version = '4.7-beta2-39163';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.