Changed buttons that used <span> into <button> elements for real this time

This commit is contained in:
danielyxie
2018-10-03 13:09:11 -05:00
parent 781f2f09b4
commit 04dc08935f
5 changed files with 46 additions and 58 deletions

View File

@@ -53,26 +53,19 @@
}
}
/*
#interactive-tutorial-exit {
float: left;
}
#interactive-tutorial-back {
margin-right: 20%;
float: right;
}
*/
#interactive-tutorial-exit {
position: absolute;
bottom: 0;
left: 0;
padding: 4px;
}
#interactive-tutorial-back {
float: left;
padding: 4px;
}
#interactive-tutorial-next {
float: right;
padding: 4px;
}