From 5362965a50591598b6833f82c1118b1ea23be36e Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 21 Feb 2017 16:03:46 +0100 Subject: [PATCH] remove jumping on edit hover with h1 If additional space is wanted at the top, it should be added to the surrounding container. --- css/base_design.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/base_design.less b/css/base_design.less index eec8d7d..2b7f88e 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -131,9 +131,6 @@ h1 { font-size: @font-size-head1; margin: 0 0 @font-size-head1; padding-top: 1em; - #dokuwiki__content > & { - padding-top: 1.5em; - } } h2 {