Added a navbar divider and link to the byond page.

This commit is contained in:
A. Svensson 2015-02-22 12:47:30 +01:00
parent 095484abe3
commit 9def31f374
2 changed files with 11 additions and 0 deletions

View File

@ -50,6 +50,13 @@ body {
text-decoration: none;
}
#navbar .divider {
border-left: 1px #999 solid;
height: 20px;
position: relative;
top: 5px;
}
/* Page content ***************************************************************/
#content {
background-color: #fff;

View File

@ -17,6 +17,10 @@
<ul>
<li><a href="/">SS13 Hub</a></li>
<li><a href="{% url 'gameservers:index' %}">Servers</a></li>
<li class="divider"></li>
<li><a href="http://www.byond.com/games/exadv1/spacestation13">
Byond
</a></li>
</ul>
</nav>
</header>