From 3e10c5b1297f4ad9cfd27eaa84dced0749b59f71 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Wed, 23 Dec 2015 11:56:04 +0300 Subject: [PATCH] use full window width --- web/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/index.html b/web/index.html index e08a07a..320921e 100644 --- a/web/index.html +++ b/web/index.html @@ -166,15 +166,16 @@ div#hot { 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; } +body { + margin: 0px; +} Water Meters -- 2.39.2