From 27d2677273d4ef02d5fefcdb1616ed53a442f22d Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Tue, 26 Nov 2013 02:53:42 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@26383 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 153042d27a..2615638402 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -8717,11 +8717,7 @@ body.interim-login { } .menu-edit #post-body-content h3 { - margin: 0 0 10px; -} - -#post-body #post-body-content h3 { - margin-top: 1em; + margin: 1em 0 10px; } .menu-settings {