# HG changeset patch # User Michiel Broek # Date 1533998205 -7200 # Node ID 50545c3e36c680a0dd86dd216a70548dce68dcd5 # Parent 59048cd5f00da6b2f9418ea417746f496614ea7f Fermenter thermomenters are in place. diff -r 59048cd5f00d -r 50545c3e36c6 www/css/style.css --- a/www/css/style.css Fri Aug 10 21:22:09 2018 +0200 +++ b/www/css/style.css Sat Aug 11 16:36:45 2018 +0200 @@ -57,6 +57,28 @@ } + +#fermenter_table { + width: 720px; + background: #252526; + margin: 5px; + border: 2px solid; + border-color: #888; + border-radius: 5px 5px 5px 5px; +} + + +#fermentor_thermometers { + width: 720px; + height: 295px; + background-color: #252526; + margin: 5px; + border: 2px solid; + border-color: #888; + border-radius: 5px 5px 5px 5px; +} + + .LEDred_on { margin: 5px auto; width: 12px; diff -r 59048cd5f00d -r 50545c3e36c6 www/index.php --- a/www/index.php Fri Aug 10 21:22:09 2018 +0200 +++ b/www/index.php Sat Aug 11 16:36:45 2018 +0200 @@ -20,13 +20,19 @@ + + + + + +