Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
docs
deflect-docs
Commits
dbf89652
Commit
dbf89652
authored
Jul 04, 2019
by
Joe Landers
Browse files
dir="rtl" for arabic
parent
771b4adc
Changes
3
Hide whitespace changes
Inline
Side-by-side
_theme/bootstrap/layout.html
View file @
dbf89652
...
...
@@ -65,6 +65,14 @@
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
{% endblock %}
{%- block body_tag %}
{% if "ar" == language %}
<body
dir=
"rtl"
>
{% else %}
<body>
{% endif %}
{% endblock %}
{# Silence the sidebar's, relbar's #}
{% block header %}{% endblock %}
{% block relbar1 %}{% endblock %}
...
...
baskerville_readme.rst
View file @
dbf89652
:
orphan
:
..
contents
::
:
depth
:
3
..
...
...
baskerville_readme_indepth.rst
View file @
dbf89652
:orphan:
.. contents::
:depth: 3
..
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment