prevent that regular <sup>s in the footnote content inherit those of footnote sups
remove obsolete comments
This commit is contained in:
parent
8eaf45e447
commit
950f35bedb
1 changed files with 6 additions and 11 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue