changed styles for section highlighting to reflect recent changes in core

This commit is contained in:
Anika Henke 2012-10-13 13:58:38 +01:00
parent 25693c8f9e
commit ad6edaa21a

View file

@ -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;
}