diff --git a/source/stylesheets/_rtl.scss b/source/stylesheets/_rtl.scss index 720719a0216..8cf5ddc2d05 100644 --- a/source/stylesheets/_rtl.scss +++ b/source/stylesheets/_rtl.scss @@ -19,7 +19,7 @@ $default: auto; } .toc-h2 { - padding-#{right}: $nav-padding + $nav-indent; + padding-#{right}: $nav-padding + $nav-indent !important; } #nav-button { @@ -70,6 +70,7 @@ $default: auto; } &>ul, &>ol { + direction: rtl; padding-#{right}: $main-padding + 15px; } table {