diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 09da6209b9..fba571bd10 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -2633,7 +2633,7 @@ span > video { } .secondary { - margin: 0 7.6923%; + margin: 7.6923% 7.6923% 0; padding: 7.6923% 7.6923% 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 788be215cc..119fa23a7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30242'; +$wp_version = '4.1-alpha-30243'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.