public/deck.js/core/deck.core.scss in deckrb-0.4.2 vs public/deck.js/core/deck.core.scss in deckrb-0.5.0
- old
+ new
@@ -1,13 +1,19 @@
-html {
+html, body {
height:100%;
+ padding:0;
+ margin:0;
}
+body.deck-container {
+ overflow-y:auto;
+ position:static;
+}
+
.deck-container {
position:relative;
- height:100%;
- width:70%;
+ min-height:100%;
margin:0 auto;
padding:0 48px;
font-size:16px;
line-height:1.25;
overflow:hidden;
@@ -20,10 +26,11 @@
visibility:visible;
}
.touch & {
-webkit-text-size-adjust:none;
+ -moz-text-size-adjust:none;
}
/* Resets and base styles from HTML5 Boilerplate */
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -358,13 +365,9 @@
}
.deck-previous, .deck-before, .deck-current {
visibility:visible;
}
-}
-
-body.deck-container {
- overflow:visible;
}
@media all and (orientation:portrait) {
}