Browse Source

updated RTL styles to reflect changes to section highlighting and toc

master
Anika Henke 12 years ago
parent
commit
3e3c85cb05
  1. 8
      css/rtl.css

8
css/rtl.css

@ -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…
Cancel
Save