SPR-882: section edit button no wiggle at hover

This commit is contained in:
Silke Pisulla 2017-03-20 13:05:51 +01:00
commit 4162126bdc

View file

@ -4,23 +4,30 @@
* *
* @author Jana Deutschlaender <deutschlaender@cosmocode.de> * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/ */
#dokuwiki__content .plugin_include_content { #dokuwiki__content .plugin_include_content {
> h1 { > h1,
> .section_highlight h1 {
padding-top: @font-size-head1; padding-top: @font-size-head1;
} }
> h2 { > h2,
> .section_highlight h2 {
padding-top: @font-size-head2; padding-top: @font-size-head2;
} }
> h3 { > h3,
> .section_highlight h3 {
padding-top: @font-size-head3; padding-top: @font-size-head3;
} }
> h4 { > h4,
> .section_highlight h4 {
padding-top: @font-size-head4; padding-top: @font-size-head4;
} }
> h5 { > h5,
> .section_highlight h5 {
padding-top: @font-size-head5; padding-top: @font-size-head5;
} }
> h6 { > h6,
> .section_highlight h6 {
padding-top: @font-size-head6; padding-top: @font-size-head6;
} }
} }