mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 10:34:55 +02:00
Implemented feed item categories (#746)
This commit is contained in:
parent
3f41d0593a
commit
049ee52fb5
4 changed files with 40 additions and 1 deletions
|
@ -69,12 +69,14 @@ a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link,
|
|||
|
||||
}
|
||||
|
||||
section > div.content, section > div.categories,
|
||||
section > div.content, section > div.attachments {
|
||||
|
||||
padding: 10px;
|
||||
|
||||
}
|
||||
|
||||
section > div.categories > li.category,
|
||||
section > div.attachments > li.enclosure {
|
||||
|
||||
list-style-type: circle;
|
||||
|
@ -114,4 +116,4 @@ img {
|
|||
|
||||
max-width: 100%;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue