1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-29 13:52:22 +00:00

add page flip

This commit is contained in:
ruanyf 2014-04-29 19:37:41 +08:00
parent 787ffd5263
commit 98b4bfa8a4

View File

@ -332,6 +332,12 @@ body {
margin-right:5px;
}
#pageup:hover,
#pagedown:hover{
background-color: #444;
cursor: pointer;
}
#pagedown{
margin-left:5px;
}