]> git.plutz.net Git - confetti/commitdiff
switch box-model
authorpaul <paul@plutz.net>
Wed, 1 Jul 2015 15:43:54 +0000 (15:43 +0000)
committerpaul <paul@plutz.net>
Wed, 1 Jul 2015 15:43:54 +0000 (15:43 +0000)
svn path=/trunk/; revision=64

templates/frame.html.sh

index b1dbef6062166c717979366ee567df98b6ba1343..d6441d26dc215fa4ee5a9bfbcbc385dec0ad82f9 100755 (executable)
@@ -24,6 +24,9 @@ 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: 2.5em 0 0 0;