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