Fix footnotes and anchor href

This commit is contained in:
Alexis Tacnet
2017-02-24 14:50:45 +01:00
parent 74ac69fb6a
commit b89ca391a6
4 changed files with 13 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
@@ -871,3 +871,13 @@ section.main .content .markdown tbody tr:nth-child(odd) td,
section.main .content .markdown tbody tr:nth-child(odd) th {
background-color: #f7f7f7;
}
section.main .content .markdown .footnotes ol {
list-style-type: decimal;
margin-left: 16px;
}
section.main .content .markdown .footnotes li {
list-style-type: unset;
}
section.main .content .markdown .footnote-ref {
font-size: 0.7em;
}