changed styles for section highlighting to reflect recent changes in core
This commit is contained in:
parent
25693c8f9e
commit
ad6edaa21a
1 changed files with 3 additions and 6 deletions
|
|
@ -144,13 +144,10 @@ div.picker button.toolbutton {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* generic style for section highlighting (including headings) */
|
/* style for section highlighting */
|
||||||
.dokuwiki .section_highlight {
|
|
||||||
}
|
|
||||||
/* style for section highlighting (only sections below headings) */
|
|
||||||
.dokuwiki div.section_highlight {
|
.dokuwiki div.section_highlight {
|
||||||
margin: -3em -1em -.01em -1em; /* negative side margin = side padding + side border */
|
margin: 0 -1em; /* negative side margin = side padding + side border */
|
||||||
padding: 3em .5em .01em .5em;
|
padding: 0 .5em;
|
||||||
border: solid __background_alt__;
|
border: solid __background_alt__;
|
||||||
border-width: 0 .5em;
|
border-width: 0 .5em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue