Merge branch 'clay-improvements' of github.com:Hextris/hextris into clay-improvements

This commit is contained in:
Garrett Finucane 2015-06-01 18:18:45 -04:00
commit 8a36d23ff4

View file

@ -5,6 +5,8 @@
<style type="text/css">
body {
overflow: hidden;
padding: 0;
margin: 0;
}
@font-face {
@ -90,6 +92,7 @@
#bottomContainer {
position: absolute;
left:8px;
width:100%;
bottom: 0;
}