From dde25f5dd9e729c77229baa5e57887eb8b0bb15e Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 14 Jan 2012 14:43:01 +0000 Subject: [PATCH] improved section highlighting --- css/_edit.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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__; }