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 b1dbef6..d6441d2 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;