4560447041
Instead, just use an a element with class `footnoteRef`. This allows more styling options, and provides better results in some readers (e.g. iBooks, where anything inside the a tag breaks popup footnotes). Closes #1995.
15 lines
No EOL
479 B
CSS
15 lines
No EOL
479 B
CSS
/* This defines styles and classes used in the book */
|
|
body { margin: 5%; text-align: justify; font-size: medium; }
|
|
code { font-family: monospace; }
|
|
h1 { text-align: left; }
|
|
h2 { text-align: left; }
|
|
h3 { text-align: left; }
|
|
h4 { text-align: left; }
|
|
h5 { text-align: left; }
|
|
h6 { text-align: left; }
|
|
h1.title { }
|
|
h2.author { }
|
|
h3.date { }
|
|
ol.toc { padding: 0; margin-left: 1em; }
|
|
ol.toc li { list-style-type: none; margin: 0; padding: 0; }
|
|
a.footnoteRef { vertical-align: super; } |