mirror of https://git.48k.eu/ogcp
templates: improve spacing in main dashboard
Use a plain line break instead of a horizontal rule to split the server information.master
parent
9107316e0e
commit
3c8d13b696
|
@ -69,7 +69,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<br>
|
||||
|
||||
<ul class="nav nav-tabs" id="serversTab" role="tablist">
|
||||
{% for id, server in servers.items() if server.online %}
|
||||
|
|
Loading…
Reference in New Issue