From ad6edaa21afdd089e022e4c612d28e695da072c6 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 13 Oct 2012 13:58:38 +0100 Subject: [PATCH] changed styles for section highlighting to reflect recent changes in core --- css/_edit.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/css/_edit.css b/css/_edit.css index 57d701f..da9a356 100644 --- a/css/_edit.css +++ b/css/_edit.css @@ -144,13 +144,10 @@ div.picker button.toolbutton { font-size: 75%; } -/* generic style for section highlighting (including headings) */ -.dokuwiki .section_highlight { -} -/* style for section highlighting (only sections below headings) */ +/* style for section highlighting */ .dokuwiki div.section_highlight { - margin: -3em -1em -.01em -1em; /* negative side margin = side padding + side border */ - padding: 3em .5em .01em .5em; + margin: 0 -1em; /* negative side margin = side padding + side border */ + padding: 0 .5em; border: solid __background_alt__; border-width: 0 .5em; }