Initial client side pagination

This commit is contained in:
Jason White
2016-08-29 16:13:19 -04:00
parent ac433305a9
commit 9f10fd7c57
2 changed files with 53 additions and 12 deletions

View File

@ -905,6 +905,11 @@ cookie-container {
display: block
}
/* General View Controls */
.show-next-page:hover {
cursor:pointer;
}
/* HINTS */
#lesson-hint-container {
display: none;
@ -943,5 +948,5 @@ cookie-container {
/* ATTACK DISPLAY */
#attack-container {
display:none;
border:1px solid red;
}