Install: after [35508], the margin on the header for the Install screen is too big.

Props SergeyBiryukov.
Fixes #34819.

Built from https://develop.svn.wordpress.org/trunk@35756


git-svn-id: http://core.svn.wordpress.org/trunk@35720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-12-01 21:02:25 +00:00
parent 9b5ffe8062
commit fc349932c0
5 changed files with 3 additions and 5 deletions

View File

@ -43,7 +43,6 @@ h1, h2 {
clear: both; clear: both;
color: #666; color: #666;
font-size: 24px; font-size: 24px;
margin: 30px 0;
padding: 0; padding: 0;
padding-bottom: 7px; padding-bottom: 7px;
font-weight: normal; font-weight: normal;

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,6 @@ h1, h2 {
clear: both; clear: both;
color: #666; color: #666;
font-size: 24px; font-size: 24px;
margin: 30px 0;
padding: 0; padding: 0;
padding-bottom: 7px; padding-bottom: 7px;
font-weight: normal; font-weight: normal;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-RC1-35755'; $wp_version = '4.4-RC1-35756';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.