This commit is contained in:
Amaury Chamayou 2021-06-22 18:07:39 +01:00 коммит произвёл GitHub
Родитель 583cc838f0
Коммит e3d3a678e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 4 удалений

5
doc/_templates/sidebar/brand.html поставляемый
Просмотреть файл

@ -24,9 +24,6 @@ Hope your day's going well. :)
<img class="sidebar-logo only-dark" src="{{ pathto('_static/' + theme_dark_logo, 1) }}" alt="Dark Logo"/>
</div>
{%- endif %}
{% if not theme_sidebar_hide_name %}
<span class="sidebar-brand-text">Confidential Consortium Framework</span>
{%- endif %}
{% endblock brand_content %}
</a>
@ -56,7 +53,7 @@ Hope your day's going well. :)
</script>
{% if versions %}
<select name="versions" id="versions" class="custom-select custom-select-sm" style="width:50%" onchange="onVersionChange()">
<select name="versions" id="versions" class="custom-select custom-select-sm" style="margin: 0em 1em;" onchange="onVersionChange()">
{%- for item in versions.branches|sort(attribute='name', reverse=True) %}
<option value="{{ item.url }}">{{ item.name }} </option>
{%- endfor %}