Update index.html

This commit is contained in:
mathias 2016-04-08 16:02:03 +03:00
parent fe7e960c24
commit f2e26f80d2

View file

@ -280,6 +280,9 @@
margin: 1.875em 0 0 0;
border-radius: 0.313em;
}
#downloads a:last-child {
margin: 1.875em 0 0 0.313em;
}
#downloads a:hover, #downloads a:focus {
background: rgba(255,255,255,.05);
}
@ -510,8 +513,7 @@
<div id="downloadscontainer">
<h2>Downloads</h2>
<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/worlds.zip">Worlds</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>
</div>
</div>
</body>