prevent that regular <sup>s in the footnote content inherit those of footnote sups

remove obsolete comments
This commit is contained in:
Jana Deutschländer 2019-03-18 16:09:53 +01:00
commit 950f35bedb

View file

@ -8,15 +8,15 @@
.dokuwiki div.footnotes {
div.fn {
margin-bottom: .2rem;
display: table;//
vertical-align: top;//
display: table;
vertical-align: top;
sup, //
> sup,
.content {
display: table-cell;
}
sup { //
> sup {
vertical-align: top;
// footnote anchor
@ -26,15 +26,11 @@
}
}
.content { //
.content {
vertical-align: top;
line-height: 135%;
}
> sup {
}
// footnote text
div.content {
line-height: 135%;
@ -49,8 +45,7 @@
sup,
.main-content sup,
.main-content > div > p sup,
.main-content > div > ul > li .li sup
{
.main-content > div > ul > li .li sup {
a.fn_top {
font-size: .7rem;
font-weight: bold;