s/nestwork/network/ for network dashboard Right Now styles.
Fix misspelled ID from [33168]. A reminder to watch your cmd-s when saving a file. See #32962. Built from https://develop.svn.wordpress.org/trunk@33169 git-svn-id: http://core.svn.wordpress.org/trunk@33141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1cd06052ea
commit
5a59c292e3
|
@ -3450,7 +3450,7 @@ img {
|
|||
@media screen and (max-width: 320px) {
|
||||
/* Prevent default center alignment and larger font for the Right Now widget when
|
||||
the network dashboard is viewed on a small mobile device. */
|
||||
#nestwork_dashboard_right_now .subsubsub {
|
||||
#network_dashboard_right_now .subsubsub {
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
|
@ -3450,7 +3450,7 @@ img {
|
|||
@media screen and (max-width: 320px) {
|
||||
/* Prevent default center alignment and larger font for the Right Now widget when
|
||||
the network dashboard is viewed on a small mobile device. */
|
||||
#nestwork_dashboard_right_now .subsubsub {
|
||||
#network_dashboard_right_now .subsubsub {
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33168';
|
||||
$wp_version = '4.3-beta2-33169';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue