diff --git a/html/themes/custom/common_design_subtheme/components/gho-story/gho-story.css b/html/themes/custom/common_design_subtheme/components/gho-story/gho-story.css index 1f22e617f..f7b526ac4 100644 --- a/html/themes/custom/common_design_subtheme/components/gho-story/gho-story.css +++ b/html/themes/custom/common_design_subtheme/components/gho-story/gho-story.css @@ -72,12 +72,15 @@ .gho-story .media-caption * { display: inline; } +.gho-story .media-caption .credit { + font-style: italic; +} +.gho-story .media-caption > div { + display: inline; +} .gho-story .media-caption .double-field-first { font-weight: bold; } -.gho-story .media-caption .field--name-field-caption > *::after { - content: "."; -} .gho-story .gho-caption { margin: 0; }