Theme Customizer: Improve sidebar CSS. Display most elements inline, refine padding/line-heights. see #19910.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2012-03-15 05:30:11 +00:00
parent 88fbf34f8f
commit 6bda61536e
4 changed files with 84 additions and 23 deletions

View File

@@ -588,7 +588,7 @@ final class WP_Customize {
) );
$this->add_setting( 'page_on_front', array(
'label' => __( 'Front page:' ),
'label' => __( 'Front page' ),
// 'theme_supports' => 'static-front-page',
'section' => 'static_front_page',
'control' => 'dropdown-pages',
@@ -597,7 +597,7 @@ final class WP_Customize {
) );
$this->add_setting( 'page_for_posts', array(
'label' => __( 'Posts page:' ),
'label' => __( 'Posts page' ),
// 'theme_supports' => 'static-front-page',
'section' => 'static_front_page',
'control' => 'dropdown-pages',