diff --git a/css/area_content.less b/css/area_content.less
index 1526394..76c8f30 100755
--- a/css/area_content.less
+++ b/css/area_content.less
@@ -25,8 +25,19 @@
                 border-bottom: 1px solid @ini_border_light;
             }
 
+            .msg-area + * {
+                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/edit.less b/css/plugins/edit.less
index 9e1dcda..c4ff8b2 100644
--- a/css/plugins/edit.less
+++ b/css/plugins/edit.less
@@ -9,6 +9,7 @@
 #dokuwiki__content {
     div.section_highlight {
         clear: right;
+        padding-top: 0 !important; // heredity
     }
 
     .secedit button {
@@ -34,7 +35,6 @@
             }
         }
     }
-
 }