2021-02-10 22:24:59 +11:00
|
|
|
/* Remove underlining from links */
|
2021-02-10 17:34:38 +11:00
|
|
|
|
2021-02-10 22:24:59 +11:00
|
|
|
a.footnote-reference {
|
2021-02-10 17:34:38 +11:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2021-02-10 22:24:59 +11:00
|
|
|
/* Footnote list styling */
|
2021-02-10 17:34:38 +11:00
|
|
|
|
2021-02-10 22:24:59 +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;
|
|
|
|
}
|