Make WordPress Core


Ignore:
Timestamp:
03/15/2012 05:30:11 AM (13 years ago)
Author:
koopersmith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize-section.php

    r20128 r20181  
    7373
    7474                <?php foreach ( $this->settings as $setting ) : ?>
    75                 <li id="customize-control-<?php echo esc_attr( $setting->id ); ?>" class="customize-control">
     75                <li id="customize-control-<?php echo esc_attr( $setting->id ); ?>" class="customize-control customize-control-<?php echo esc_attr( $setting->control ); ?>">
    7676                    <?php $setting->_render(); ?>
    7777                </li>
Note: See TracChangeset for help on using the changeset viewer.