Browse Source

Merge pull request #397 from bluebirch/fig_captions

More figure captions by @bluebirch
pull/400/head
Dan 5 years ago
committed by GitHub
parent
commit
e47d7cec97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions
  1. +7
    -1
      themes/twentyfifteen/css/style.css
  2. +6
    -0
      themes/twentysixteen/css/style.css

+ 7
- 1
themes/twentyfifteen/css/style.css View File

@ -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


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

@ -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…
Cancel
Save