made buttons hidden by default

This commit is contained in:
lengstrom 2015-05-14 21:41:20 -04:00
parent 7ffaa39322
commit 8425e178ef

View file

@ -103,6 +103,7 @@ button:focus {
}
#pauseBtn {
display:none;
position: fixed;
margin-bottom: 10px;
width:72px;
@ -117,6 +118,7 @@ button:focus {
}
#restartBtn {
display:none;
position: fixed;
margin-bottom: 10px;
width:72px;