mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
fe7e960c24
commit
f2e26f80d2
1 changed files with 4 additions and 2 deletions
|
@ -280,6 +280,9 @@
|
||||||
margin: 1.875em 0 0 0;
|
margin: 1.875em 0 0 0;
|
||||||
border-radius: 0.313em;
|
border-radius: 0.313em;
|
||||||
}
|
}
|
||||||
|
#downloads a:last-child {
|
||||||
|
margin: 1.875em 0 0 0.313em;
|
||||||
|
}
|
||||||
#downloads a:hover, #downloads a:focus {
|
#downloads a:hover, #downloads a:focus {
|
||||||
background: rgba(255,255,255,.05);
|
background: rgba(255,255,255,.05);
|
||||||
}
|
}
|
||||||
|
@ -510,8 +513,7 @@
|
||||||
<div id="downloadscontainer">
|
<div id="downloadscontainer">
|
||||||
<h2>Downloads</h2>
|
<h2>Downloads</h2>
|
||||||
<p>Feel free to download a copy of the server's worlds and schematics. Updates every five minutes.</p>
|
<p>Feel free to download a copy of the server's worlds and schematics. Updates every five minutes.</p>
|
||||||
<a href="https://github.com/flameserver/downloads/archive/schematics.zip">Schematics</a>
|
<a href="https://github.com/flameserver/downloads/archive/schematics.zip">Schematics</a><a href="https://github.com/flameserver/downloads/archive/worlds.zip">Worlds</a>
|
||||||
<a href="https://github.com/flameserver/downloads/archive/worlds.zip">Worlds</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue