PointsOfOrder/_static/custom_epub.css
RunasSudo 3813aafecf
Build process adjustments
Support building MOBI files
Add Index to EPUB/MOBI TOC
2021-02-10 23:05:03 +11:00

18 lines
295 B
CSS

/* Remove underlining from links */
a.footnote-reference {
text-decoration: none;
}
/* Footnote list styling */
dl.footnote.superscript > dt.label { /* Override epub.css */
font-size: initial;
}
/* Table formatting */
table.docutils td, table.docutils th {
border-top: 1px solid #aaa;
}