updated RTL styles to reflect changes to section highlighting and toc
This commit is contained in:
parent
2fe78e1637
commit
3e3c85cb05
1 changed files with 7 additions and 1 deletions
|
|
@ -199,7 +199,6 @@ caption, legend {
|
|||
.dokuwiki .toc span.toc_open,
|
||||
.dokuwiki .toc span.toc_close {
|
||||
float: left;
|
||||
margin: 0 0 0 .2em;
|
||||
}
|
||||
.dokuwiki #toc__inside ul ul {
|
||||
padding-left: 0;
|
||||
|
|
@ -256,6 +255,13 @@ caption, legend {
|
|||
float: left;
|
||||
}
|
||||
|
||||
.dokuwiki div.section_highlight {
|
||||
margin: -3em -1.5em -.01em 0;
|
||||
padding: 3em 1em .01em 0;
|
||||
border-left-width: 0;
|
||||
border-right: .5em solid __background_alt__;
|
||||
}
|
||||
|
||||
|
||||
/*____________ _modal ____________*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue