18 lines
295 B
CSS
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;
|
|
}
|