Make WordPress Core

Changeset 26383


Ignore:
Timestamp:
11/26/2013 02:53:42 AM (11 years ago)
Author:
iammattthomas
Message:

Combine these selectors which both target the 'Menu Structure' heading on Edit Menus. Use .menu-edit instead of #post-body to ensure this margin applies only to the Edit Menus page. Fixes #26228.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26382 r26383  
    87188718
    87198719.menu-edit #post-body-content h3 {
    8720     margin: 0 0 10px;
    8721 }
    8722 
    8723 #post-body #post-body-content h3 {
    8724     margin-top: 1em;
     8720    margin: 1em 0 10px;
    87258721}
    87268722
Note: See TracChangeset for help on using the changeset viewer.