]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
set executable property
[confetti] / templates / frame.html.sh
index b76717bb0416eb5eb68cc48e89d68095f8fa9708..d6441d26dc215fa4ee5a9bfbcbc385dec0ad82f9 100755 (executable)
@@ -1,3 +1,20 @@
+# Copyright 2014 Paul Hänsch
+#
+# This file is part of Confetti.
+# 
+# Confetti is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Confetti is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
+
 cat <<EOF
 <!Doctype HTML>
 
@@ -7,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;