From c9f6dd15f15b479859524e4c3155e59d49a9e187 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 24 Oct 2014 14:50:49 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@30009 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/header.php | 2 +- src/wp-content/themes/twentyfifteen/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/header.php b/src/wp-content/themes/twentyfifteen/header.php index b544afe988..a58512e6f2 100644 --- a/src/wp-content/themes/twentyfifteen/header.php +++ b/src/wp-content/themes/twentyfifteen/header.php @@ -30,7 +30,7 @@ diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index e02830a0fc..3955ad9ec8 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/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; }