Make sure the validator list on Credits screen floats correctly with longer names.

props kosvrouvas.
fixes #30066.
Built from https://develop.svn.wordpress.org/trunk@30037


git-svn-id: http://core.svn.wordpress.org/trunk@30037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-10-27 02:33:18 +00:00
parent 16bbe9b57b
commit 9f379e6b6c
5 changed files with 7 additions and 5 deletions

View File

@ -293,7 +293,8 @@
}
.about-wrap li.wp-person {
float: right;
display: inline-block;
vertical-align: top;
margin-left: 10px;
}

View File

@ -293,7 +293,8 @@
}
.about-wrap li.wp-person {
float: left;
display: inline-block;
vertical-align: top;
margin-right: 10px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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