Browse Source

Add `figcaption` styling to `twentysixteen` CSS.

pull/397/head
Stefan Björk 6 years ago
parent
commit
8135a22b96
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      themes/twentysixteen/css/style.css

+ 6
- 0
themes/twentysixteen/css/style.css View File

@ -2102,6 +2102,12 @@ body.search-no-results .page-header {
margin-bottom: 3.5em; margin-bottom: 3.5em;
} }
.entry-content figcaption,
.entry-summary figcaption {
font-style: italic;
text-align: center;
padding-bottom: .5em;
}
/** /**
* 11.3 - Post Formats * 11.3 - Post Formats


Loading…
Cancel
Save