mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix CSS styles for future rtl translations
This commit is contained in:
parent
e4873b457d
commit
9717c728e9
5 changed files with 85 additions and 25 deletions
|
@ -90,7 +90,8 @@ if(typeof(legacyIE)==='undefined'){
|
|||
<div id="content" class="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="footer"><div>
|
||||
<div class="footer">
|
||||
<div class="footermenu">
|
||||
<a href="/en/alerts">Network Status</a>
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
||||
|
@ -104,13 +105,14 @@ if(typeof(legacyIE)==='undefined'){
|
|||
{% else %}
|
||||
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
|
||||
{% endcase %}
|
||||
</div>
|
||||
<span>© Bitcoin Project 2009-2014 {% translate footer layout %}</span>
|
||||
</div></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foundation-banner">
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'bg' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
||||
<div>{% translate sponsor layout en %} <a href="https://bitcoinfoundation.org/"><img src="/img/brand/logo_foundation.svg" alt="Foundation"> The Bitcoin Foundation</a></div>
|
||||
<div style="direction:ltr;">{% translate sponsor layout en %} <a href="https://bitcoinfoundation.org/"><img src="/img/brand/logo_foundation.svg" alt="Foundation"> The Bitcoin Foundation</a></div>
|
||||
{% else %}
|
||||
<div>{% translate sponsor layout %} <a href="https://bitcoinfoundation.org/"><img src="/img/brand/logo_foundation.svg" alt="Foundation"> The Bitcoin Foundation</a></div>
|
||||
{% endcase %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue