From 950f35bedb47577e2d0628d040eb8baecf90a96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschla=CC=88nder?= Date: Mon, 18 Mar 2019 16:09:53 +0100 Subject: [PATCH] prevent that regular s in the footnote content inherit those of footnote sups remove obsolete comments --- css/area_footnotes.less | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/css/area_footnotes.less b/css/area_footnotes.less index 7639f0c..ee01717 100644 --- a/css/area_footnotes.less +++ b/css/area_footnotes.less @@ -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;