Added a navbar divider and link to the byond page.
This commit is contained in:
parent
095484abe3
commit
9def31f374
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user