mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 13:46:45 +02:00
Website generation with Couscous
This commit is contained in:
@@ -244,7 +244,7 @@ export default data
|
|||||||
</code></pre>
|
</code></pre>
|
||||||
<h2 id="rtl-support">RTL support</h2>
|
<h2 id="rtl-support">RTL support</h2>
|
||||||
<p>Thanks to @yaniv1983 who provided these RTL tweaks for hebrew language in <a href="https://github.com/filegator/filegator/issues/301">#301</a>.</p>
|
<p>Thanks to @yaniv1983 who provided these RTL tweaks for hebrew language in <a href="https://github.com/filegator/filegator/issues/301">#301</a>.</p>
|
||||||
<p>To enable RTL support, simply add tihs to your configuration.php 'add_to_head' section:</p>
|
<p>To enable RTL support, simply add this to your configuration.php 'add_to_head' section:</p>
|
||||||
<pre><code><style>
|
<pre><code><style>
|
||||||
body {
|
body {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
|
Reference in New Issue
Block a user