diff --git a/wp-content/themes/twentyfifteen/header.php b/wp-content/themes/twentyfifteen/header.php index b544afe988..a58512e6f2 100644 --- a/wp-content/themes/twentyfifteen/header.php +++ b/wp-content/themes/twentyfifteen/header.php @@ -30,7 +30,7 @@ diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index e02830a0fc..3955ad9ec8 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -1304,7 +1304,7 @@ img.aligncenter { font-size: 1.2rem; font-weight: 400; line-height: 1.5; - margin-top: 0.5em; + margin: 0.5em 0 0; opacity: 0.7; } diff --git a/wp-includes/version.php b/wp-includes/version.php index f4514d120a..370711ea46 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30008'; +$wp_version = '4.1-alpha-30009'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.