From 594ce27b61c2ff24ba9f1274305a17aeeedd8555 Mon Sep 17 00:00:00 2001 From: wonderboymusic Date: Tue, 1 Dec 2015 21:01:02 +0000 Subject: [PATCH] Install: after [35508], the margin on the header for the Install screen is too big. Props SergeyBiryukov. Fixes #34819. git-svn-id: https://develop.svn.wordpress.org/trunk@35756 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/install.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/css/install.css b/src/wp-admin/css/install.css index 84424d7dc2..2f355f6f01 100644 --- a/src/wp-admin/css/install.css +++ b/src/wp-admin/css/install.css @@ -43,7 +43,6 @@ h1, h2 { clear: both; color: #666; font-size: 24px; - margin: 30px 0; padding: 0; padding-bottom: 7px; font-weight: normal;