Customizer: Remove margin for hidden controls.

props dlh.
fixes #31330.
Built from https://develop.svn.wordpress.org/trunk@31460


git-svn-id: http://core.svn.wordpress.org/trunk@31441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-02-14 08:46:27 +00:00
parent 612b9e8ffd
commit fd6448247b
5 changed files with 11 additions and 3 deletions

View File

@ -358,6 +358,10 @@ p.customize-section-description {
margin: 0;
}
.customize-control-hidden {
margin: 0;
}
.customize-control-textarea textarea {
width: 100%;
resize: vertical;

File diff suppressed because one or more lines are too long

View File

@ -358,6 +358,10 @@ p.customize-section-description {
margin: 0;
}
.customize-control-hidden {
margin: 0;
}
.customize-control-textarea textarea {
width: 100%;
resize: vertical;

File diff suppressed because one or more lines are too long

View File

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