diff --git a/css/_edit.css b/css/_edit.css index 88ebcf1..e09ac8c 100644 --- a/css/_edit.css +++ b/css/_edit.css @@ -109,7 +109,13 @@ div.picker button.pickerbutton { .dokuwiki .secedit input.button { font-size: 75%; } + +/* generic style for section highlighting (including headings) */ .dokuwiki .section_highlight { - background-color: __background_alt__ !important; - color: inherit; +} +/* style for section highlighting (only sections below headings) */ +.dokuwiki div.section_highlight { + margin: -3em 0 -.01em -1.5em; + padding: 3em 0 .01em 1em; + border-left: .5em solid __background_alt__; }