]> www.average.org Git - pulsecounter.git/blobdiff - web/index.html
use full window width
[pulsecounter.git] / web / index.html
index e08a07a9f0211d995eb08d711d39c4e21367c280..320921ec9d65445ddad0b42f63d7950ffba20e90 100644 (file)
@@ -166,15 +166,16 @@ div#hot {
   background-color: #ffd0e0;
 }
 canvas#plot {
   background-color: #ffd0e0;
 }
 canvas#plot {
-  padding-left: 0;
-  padding-right: 0;
-  margin-left: auto;
-  margin-right: auto;
+  padding: 0px;
+  margin: auto;
   display: block;
   width: 640px;
   height: 320px;
   border: solid 1px black;
 }
   display: block;
   width: 640px;
   height: 320px;
   border: solid 1px black;
 }
+body {
+  margin: 0px;
+}
 </style>
 <title>Water Meters</title>
 </head><body>
 </style>
 <title>Water Meters</title>
 </head><body>