We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c38897 + a177856 commit f1a98b0Copy full SHA for f1a98b0
assets/sass/book.scss
@@ -156,6 +156,10 @@ ol.book-toc {
156
margin: -20px 40px 0 40px;
157
}
158
159
+#content[dir="rtl"] .book-wrapper {
160
+ float: left;
161
+}
162
+
163
@media (min-width: $mobile-m) {
164
.book-toc {
165
width: 60%
layouts/_default/baseof.html
@@ -93,7 +93,7 @@ <h1>Redirecting…</h1>
93
<div class="inner">
94
<div id="content-wrapper">
95
{{ partial "sidebar.html" . }}
96
- <div id="content">
+ <div id="content"{{ if eq "fa" .Params.book.language_code }} dir="rtl"{{ end }}>
97
{{ if isset .Params.book "front_page" }}
98
{{ partial "book-front-page.html" . }}
99
{{ else }}
0 commit comments