Fixed wiki TOC hierarchy for RTL locales (#8088).

Contributed by Mohammad Ebrahim Mohammadi Panah.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5609 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-04-30 10:13:02 +00:00
parent daeebe144a
commit bd4af1b9cb
1 changed files with 3 additions and 0 deletions

View File

@ -89,3 +89,6 @@ tr.issue.idnt-6 td.subject { padding-right: 8em; }
tr.issue.idnt-7 td.subject { padding-right: 9.5em; }
tr.issue.idnt-8 td.subject { padding-right: 11em; }
tr.issue.idnt-9 td.subject { padding-right: 12.5em; }
div.wiki ul.toc { margin-right: 0; margin-left: 12px; }
div.wiki ul.toc li li { margin-right: 1.5em; margin-left: 0; }