]> www.average.org Git - pulsecounter.git/commitdiff
use full window width
authorEugene Crosser <crosser@average.org>
Wed, 23 Dec 2015 08:56:04 +0000 (11:56 +0300)
committerEugene Crosser <crosser@average.org>
Wed, 23 Dec 2015 08:56:04 +0000 (11:56 +0300)
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>