]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
adaption for changes in shcgi external
[confetti] / templates / frame.html.sh
index fafd0b215319bef787c782c3a2db17c1e0a14060..27d946668922195dd2252e731e82a5acb0563f54 100755 (executable)
@@ -28,6 +28,7 @@ cat <<EOF
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
+  z-index: 0;
 }
 body {
   background: #EEE;
@@ -42,8 +43,9 @@ body {
   border-width: 0 1px 1px 1px;
   border-radius: 0 0 4px 4px;
   margin: 0 auto auto 3%;
-  padding: .5em 1ex .25em 1ex;
+  padding: .5em 1ex .5em 1ex;
   background: #FFF;
+  z-index: 1;
 }
 .NAVIGATION a {
   color: #008;