From d29aa0daacafaf92fc58d48e041527caf1b885da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Fri, 21 Apr 2017 17:49:52 +0200 Subject: [PATCH] Editbutton should be closely below section The `margin-top: 0` overwrites DokuWiki's default `margin-top: -1.4em` and causes the edit button to be far below the section it is supposed to edit. This causes a visual disconnect between button and section, especially for small or empty sections. This is even more apparent when contrasted with the button-placement for tables etc. --- css/area_main-content-secedit.less | 1 - 1 file changed, 1 deletion(-) diff --git a/css/area_main-content-secedit.less b/css/area_main-content-secedit.less index cd5582d..976d752 100644 --- a/css/area_main-content-secedit.less +++ b/css/area_main-content-secedit.less @@ -21,7 +21,6 @@ z-index: 2; top: 0; float: right; - margin-top: 0; form div.no { button {