From 8dfda21f3f78b5cbfb9b1ffd73c0475e0e748561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Bj=C3=B6rk?= Date: Mon, 20 Apr 2020 21:34:41 +0200 Subject: [PATCH 1/2] Added CSS styles for figure captions. Changed RSS feed to /feed/rss for genericons. --- themes/twentyfifteen/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/twentyfifteen/css/style.css b/themes/twentyfifteen/css/style.css index 874c962..a98104b 100644 --- a/themes/twentyfifteen/css/style.css +++ b/themes/twentyfifteen/css/style.css @@ -880,7 +880,7 @@ a:focus { content: "\f516"; } -.social-navigation a[href$="/feed/"]:before { +.social-navigation a[href$="/feed/rss"]:before { content: "\f413"; } @@ -2092,6 +2092,12 @@ a.post-thumbnail:focus { margin-bottom: 0; } +.entry-content figcaption, +.entry-summary figcaption { + font-style: italic; + text-align: center; + padding-bottom: .5em; +} /** * 12.2 Post Formats From 8135a22b96248f6dfd14b10c1152497d779749c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Bj=C3=B6rk?= Date: Thu, 12 Dec 2019 16:34:17 +0100 Subject: [PATCH 2/2] Add `figcaption` styling to `twentysixteen` CSS. --- themes/twentysixteen/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/twentysixteen/css/style.css b/themes/twentysixteen/css/style.css index 33d0161..2681f07 100644 --- a/themes/twentysixteen/css/style.css +++ b/themes/twentysixteen/css/style.css @@ -2102,6 +2102,12 @@ body.search-no-results .page-header { margin-bottom: 3.5em; } +.entry-content figcaption, +.entry-summary figcaption { + font-style: italic; + text-align: center; + padding-bottom: .5em; +} /** * 11.3 - Post Formats