CSS: Ad support for element category;

XSLT: Add a reference to script postprocess.js to file opml_as_xhtml.xsl;
XSLT: Add support for element category;
Python: Add support for element category.
This commit is contained in:
Schimon Jehudah, Adv. 2024-07-14 12:35:59 +03:00
parent cb4507bb78
commit 8ab7396a36
6 changed files with 46 additions and 21 deletions

View file

@ -188,6 +188,15 @@ h3.title > a {
text-decoration: underline;
}
#articles div.entry span.tags {
display: inline-flex;
/* display: ruby; */
}
#articles div.entry span.tags > div {
margin: 5px;
}
.enclosures {
cursor: help;
direction: ltr;