From fdbd6b439bc12d75031e7acdc1e89774084e490b Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 24 Oct 2014 14:51:19 +0000 Subject: [PATCH] Twenty Fifteen: Use a p for the site description for a better experience when using a screenreader. Props rianrietveld, fixes #30057, see #30065. Built from https://develop.svn.wordpress.org/trunk@30009 git-svn-id: http://core.svn.wordpress.org/trunk@30009 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/header.php | 2 +- wp-content/themes/twentyfifteen/style.css | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.