From 3e3c85cb05e56e0f716b923f4a9bd461b148bbbe Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 22 Jan 2012 14:37:40 +0000 Subject: [PATCH] updated RTL styles to reflect changes to section highlighting and toc --- css/rtl.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/rtl.css b/css/rtl.css index 8b82a45..ea1edfe 100644 --- a/css/rtl.css +++ b/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 ____________*/