File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -29,28 +29,13 @@ select {
29
29
30
30
# viewerContainer : -webkit-full-screen {
31
31
top : 0px ;
32
- padding-top : 6px ;
33
- padding-bottom : 24px ;
34
32
background-color : # 404040 ;
35
33
background-image : url (images/texture.png);
36
34
width : 100% ;
37
35
height : 100% ;
38
- overflow : auto;
39
- }
40
-
41
- : -webkit-full-screen # viewer {
42
- margin : 0pt ;
43
- padding : 0pt ;
44
- height : 100% ;
45
- width : 100% ;
46
36
overflow : hidden;
47
37
}
48
38
49
- : -webkit-full-screen .page {
50
- margin : 0px auto;
51
- margin-bottom : 10px ;
52
- }
53
-
54
39
# viewerContainer : -moz-full-screen {
55
40
background-color : # 404040 ;
56
41
background-image : url (images/texture.png);
@@ -59,6 +44,10 @@ select {
59
44
overflow : hidden;
60
45
}
61
46
47
+ : -webkit-full-screen .page : last-child {
48
+ margin-bottom : 40px ;
49
+ }
50
+
62
51
: -moz-full-screen .page : last-child {
63
52
margin-bottom : 40px ;
64
53
}
You can’t perform that action at this time.
0 commit comments