From: Eugene Crosser Date: Wed, 23 Dec 2015 08:56:04 +0000 (+0300) Subject: use full window width X-Git-Url: http://www.average.org/gitweb/?p=pulsecounter.git;a=commitdiff_plain;h=3e10c5b1297f4ad9cfd27eaa84dced0749b59f71;hp=f221f12f7259cd64fdf09494ed61926322448ae8 use full window width --- 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