Add fullscreen image, and fix last page artifact

This commit is contained in:
Saebekassebil 2012-07-30 20:15:48 +02:00
parent dacdbaa978
commit 8544101970
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

View File

@ -59,6 +59,10 @@ select {
overflow: hidden;
}
:-moz-full-screen .page:last-child {
margin-bottom: 40px;
}
#viewerContainer:full-screen {
top: 0px;
background-color: #404040;