]> git.plutz.net Git - clickslide/blobdiff - clickslide.css
Inlining images
[clickslide] / clickslide.css
index 56313c8747d930ad568eaa8998d49fced5928854..3410470241b016d3a91484bb0252a50f5dc4db71 100644 (file)
@@ -1,6 +1,9 @@
 * {
   box-sizing: border-box;
   margin: 0; padding: 0;
+  background-position: center;
+  background-repeat: no-repeat;
+  background-size: cover;
 }
 
 /*  min-height: 240px */     body { font-size:  9px; }
@@ -129,7 +132,7 @@ div.slide:after {
 div.slide > * {
   margin-top: 1em;
   max-width: 85%;
-  z-index: 1;
+  overflow: hidden;
 }
 
 div.slide > *:first-child:last-child,