mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add develop-branch header warning
This commit is contained in:
parent
fd1ef7e9eb
commit
02bde3a45a
3 changed files with 12 additions and 1 deletions
|
|
@ -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 ------------------------------------------------------------------ */
|
||||
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue