PointsOfOrder/_static/custom_epub.css

18 lines
295 B
CSS
Raw Normal View History

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