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:
parent
c15065dddf
commit
45d5d6ddb5
|
@ -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
|
@ -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
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue