Add develop-branch header warning

This commit is contained in:
Griatch 2020-11-10 20:05:58 +01:00
parent fd1ef7e9eb
commit 02bde3a45a
3 changed files with 12 additions and 1 deletions

View file

@ -398,6 +398,16 @@ code.descname {
padding: 5px;
}
/* The develop-branch warning header */
.develop {
background-color: #ffe4e4;
align-content: center;
width: auto;
text-align: center;
letter-spacing: 15px;
}
/* -- screen sizes ------------------------------------------------------------------ */

View file

@ -45,6 +45,7 @@
<li class="nav-item nav-item-this"><a href="{{ link|e }}">{{ title }}</a></li>
{%- block relbaritems %} {% endblock %}
</ul>
<div class="develop">develop branch</div>
</div>
{%- endmacro %}

View file

@ -1,5 +1,5 @@
# Toc
- [API root](api/evennia-api.rst)
- [Coding/Coding Introduction](Coding/Coding-Introduction)
- [Coding/Coding Overview](Coding/Coding-Overview)
- [Coding/Continuous Integration](Coding/Continuous-Integration)