Skip to content

Commit

Permalink
Fix RTL issues
Browse files Browse the repository at this point in the history
Fix alignment of Hebrew (pinax-) pages
Fix alignment of menu
  • Loading branch information
shaib committed Mar 2, 2018
1 parent 78ce2e9 commit 0c7dbe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ilpycon/templates/site_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div class="collapse navbar-collapse" id="navbarSupportedContent">
{% block nav %}
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav {% if LANGUAGE_BIDI %}ml-auto{% else %}mr-auto{% endif %}">
{% block nav_items %}
{% sitetree_menu from "main" include "trunk" %}
{% if request.user.is_authenticated %}
Expand Down
1 change: 1 addition & 0 deletions static/src/scss/_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ body {
flex-direction: column;
min-height: 100vh;
background: $background;
text-align: start;
}
main {
margin-top: 20px;
Expand Down

0 comments on commit 0c7dbe5

Please sign in to comment.