lib/softcover/article_template/html/stylesheets/softcover.css in softcover-1.5.1 vs lib/softcover/article_template/html/stylesheets/softcover.css in softcover-1.5.2

- old
+ new

@@ -305,10 +305,11 @@ } #book .footnotes { border-top: 1px solid black; margin-top: 5em; + padding-top: 1em; font-size: 90%; } #book sup.footnote { font-size: 90%; @@ -318,38 +319,30 @@ #book sup.footnote.intersentence { margin-right: 0px; } +#book .footnote a { + text-decoration: underline; +} + #book sup.footnote a:visited { color: #002f72; } -#book ol.footnotes a.arrow { - text-decoration: none !important; -} - -#book ol.footnotes.nonumbers li { - list-style-type: none; -} - -#book ul.footnotes.nonumbers li { - list-style-type: none; -} - #book .footnotes .header { padding-top: 1em; padding-bottom: 0.5em; margin-left: 0.5em; font-size: 120%; font-weight: bold; } -#book a.arrow { - text-decoration: none !important; +#book .footnote { + margin-bottom: 0.4em; } -#book a:visited.arrow { +#book a:visited.footnote-link { color: #002f72; } #book a.section { color: #070707;