Better align table headers with table cells on success screen after installing.

Props umesh.nevase.
Fixes #33796.
Built from https://develop.svn.wordpress.org/trunk@34043


git-svn-id: http://core.svn.wordpress.org/trunk@34011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-09-11 11:26:26 +00:00
parent db4f22bfb5
commit f130fd6c32
5 changed files with 5 additions and 3 deletions

View File

@ -168,6 +168,7 @@ submit {
font-weight: normal;
}
.form-table.install-success th,
.form-table.install-success td {
vertical-align: middle;
padding: 16px 0 16px 20px;

File diff suppressed because one or more lines are too long

View File

@ -168,6 +168,7 @@ submit {
font-weight: normal;
}
.form-table.install-success th,
.form-table.install-success td {
vertical-align: middle;
padding: 16px 20px 16px 0;

File diff suppressed because one or more lines are too long

View File

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