improved section highlighting

This commit is contained in:
Anika Henke 2012-01-14 14:43:01 +00:00
parent 75d39c57f4
commit dde25f5dd9

View file

@ -109,7 +109,13 @@ div.picker button.pickerbutton {
.dokuwiki .secedit input.button { .dokuwiki .secedit input.button {
font-size: 75%; font-size: 75%;
} }
/* generic style for section highlighting (including headings) */
.dokuwiki .section_highlight { .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__;
} }