1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

Update hypothesis example

This commit is contained in:
Fred Chasen 2017-09-20 16:04:12 -07:00
parent f10feec1ec
commit e8a6ed3e64
4 changed files with 533 additions and 373 deletions

View file

@ -61,11 +61,11 @@ body {
}
#prev {
left: 40px;
left: 0;
}
#next {
right: 40px;
right: 0;
}
#toc {
@ -87,6 +87,14 @@ body {
box-shadow: -2px 0 15px rgba(0, 0, 0, 1);
content: "";
}
#prev {
left: 40px;
}
#next {
right: 40px;
}
}
.arrow {