From 28b3de4fafcb85f93d447bc09400d9c19924d1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Thu, 30 Aug 2018 13:47:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20styles=20hiding=20highligh?= =?UTF-8?q?tparent=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit plugin filename had typo, when z-index: -1 was removed from dokuwiki__content::before side-effects on highlightparent weren't checked --- css/area_content.less | 10 ---------- .../{hightlight_parent.less => highlight_parent.less} | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) rename css/plugins/{hightlight_parent.less => highlight_parent.less} (55%) diff --git a/css/area_content.less b/css/area_content.less index 8b83013..6aa15ba 100755 --- a/css/area_content.less +++ b/css/area_content.less @@ -27,16 +27,6 @@ clear: both; padding-top: 1em; // as h1 } - - #plugin__highlightparent { - clear: none; - display: block; - - + * { - clear: both; - padding-top: 1em; // as h1 - } - } } } } diff --git a/css/plugins/hightlight_parent.less b/css/plugins/highlight_parent.less similarity index 55% rename from css/plugins/hightlight_parent.less rename to css/plugins/highlight_parent.less index a59a4df..ac61e29 100644 --- a/css/plugins/hightlight_parent.less +++ b/css/plugins/highlight_parent.less @@ -5,6 +5,17 @@ /* + + + + + global + + + + + */ +#plugin__highlightparent { + clear: none; + display: block; + position: relative; + + + * { + clear: both; + padding-top: 1em; // as h1 + } +} + @media @screen_max-md { #plugin__highlightparent { clear: both;