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:
parent
f93dcf9226
commit
693692af68
|
@ -173,7 +173,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
#backtoblog {
|
#backtoblog {
|
||||||
margin: 16px 0 0 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login #nav a,
|
.login #nav a,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -173,7 +173,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
#backtoblog {
|
#backtoblog {
|
||||||
margin: 16px 0 0 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login #nav a,
|
.login #nav a,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue