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;