Login: apply the same margin to the top and bottom of the Back to {Blog} link.

Props MikeHansenMe.
Fixes #29249.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-09-20 01:41:25 +00:00
parent f93dcf9226
commit 693692af68
5 changed files with 5 additions and 5 deletions

View File

@ -173,7 +173,7 @@ p {
}
#backtoblog {
margin: 16px 0 0 0;
margin: 16px 0;
}
.login #nav a,

File diff suppressed because one or more lines are too long

View File

@ -173,7 +173,7 @@ p {
}
#backtoblog {
margin: 16px 0 0 0;
margin: 16px 0;
}
.login #nav a,

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-34337';
$wp_version = '4.4-alpha-34338';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.