From 72021683ff7ab3b1750862e8c562712d03b514bc Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 13 Oct 2022 17:29:13 +0100 Subject: [PATCH] Bug 31758: (follow-up) Remove fat margin-top This removes the increased top margin appearing on subsection headings after clicking through from search.. I'm not sure if we need it or not now.. the original feature it appeared to help with doesn't work for me.. scroll to section doesn't happen. --- koha-tmpl/intranet-tmpl/prog/css/preferences.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/preferences.css b/koha-tmpl/intranet-tmpl/prog/css/preferences.css index 7ce673297e..af35c6bb6f 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/preferences.css +++ b/koha-tmpl/intranet-tmpl/prog/css/preferences.css @@ -63,6 +63,7 @@ h3 { } /* https://css-tricks.com/hash-tag-links-padding/#article-header-id-4 */ +/* h3:target { margin-top: -12px; padding-top: 50px; @@ -73,6 +74,7 @@ h3:target::before { position: absolute; top: 25px; } +*/ h3 i { color: #336699; -- 2.20.1