Login and Registration: Add some margin to notices on the login screen so multiple notices remain separated.
Fixes #39971 Built from https://develop.svn.wordpress.org/trunk@40778 git-svn-id: http://core.svn.wordpress.org/trunk@40636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
83187e8ea0
commit
64d65f007d
|
@ -59,6 +59,7 @@ p {
|
|||
border-right: 4px solid #00a0d2;
|
||||
padding: 12px;
|
||||
margin-right: 0;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
||||
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -59,6 +59,7 @@ p {
|
|||
border-left: 4px solid #00a0d2;
|
||||
padding: 12px;
|
||||
margin-left: 0;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
||||
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-beta1-40777';
|
||||
$wp_version = '4.8-beta1-40778';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue