]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
set executable property
[confetti] / templates / frame.html.sh
index b73d838a0b69e3d87f4b970431f36efbce26842a..d6441d26dc215fa4ee5a9bfbcbc385dec0ad82f9 100755 (executable)
@@ -24,11 +24,16 @@ cat <<EOF
     <style type="text/css">
     <!--
 body {
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
   background: #EEE;
   margin: 0;
-  padding: 0;
+  padding: 2.5em 0 0 0;
 }
 .NAVIGATION {
+  position: fixed;
+  top: 0;
   display: inline-block;
   height: 1.5em;
   border-style: none solid solid solid;