Login and Registration: Add some margin to notices on the login screen so multiple notices remain separated.

Fixes #39971


git-svn-id: https://develop.svn.wordpress.org/trunk@40778 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-05-18 15:39:30 +00:00
parent 028d76ea70
commit 6da8500524
1 changed files with 1 additions and 0 deletions

View File

@ -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);