mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Added CSS styles for figure captions. Changed RSS feed to /feed/rss for
genericons.
This commit is contained in:
parent
9f1874345a
commit
8dfda21f3f
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue