updated RTL styles to reflect changes to section highlighting and toc

This commit is contained in:
Anika Henke 2012-01-22 14:37:40 +00:00
parent 2fe78e1637
commit 3e3c85cb05

View file

@ -199,7 +199,6 @@ caption, legend {
.dokuwiki .toc span.toc_open, .dokuwiki .toc span.toc_open,
.dokuwiki .toc span.toc_close { .dokuwiki .toc span.toc_close {
float: left; float: left;
margin: 0 0 0 .2em;
} }
.dokuwiki #toc__inside ul ul { .dokuwiki #toc__inside ul ul {
padding-left: 0; padding-left: 0;
@ -256,6 +255,13 @@ caption, legend {
float: left; 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 ____________*/ /*____________ _modal ____________*/