1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-11 19:14:09 +02:00

Implemented feed item categories (#746)

This commit is contained in:
Eugene Molotov
2018-07-16 15:32:24 +05:00
committed by Teromene
parent 3f41d0593a
commit 049ee52fb5
4 changed files with 40 additions and 1 deletions

View File

@@ -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%;
}
}