mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Add figcaption styling to twentysixteen CSS.
This commit is contained in:
parent
8dfda21f3f
commit
8135a22b96
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue