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 {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue