forked from blallo/rss-bridge
Apply time style to author
The author is mentioned right below the time so it makes sense to give them the same style.
This commit is contained in:
parent
064f456be1
commit
905b0f2499
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ section > div.content {
|
|||
|
||||
}
|
||||
|
||||
section > time {
|
||||
section > time, section > p.author {
|
||||
|
||||
color: #888;
|
||||
font-size: 80%;
|
||||
|
|
Loading…
Reference in a new issue