diff -r ccbe79db80b8 -r 522022b4fae4 www/css/style.css --- a/www/css/style.css Mon Aug 13 19:49:42 2018 +0200 +++ b/www/css/style.css Mon Aug 13 23:00:50 2018 +0200 @@ -44,9 +44,11 @@ height: 628px; border: 2px solid #4297d7; background: #252526; + color: #eeeeee; } + #header { width: 1278px; height: 38px; @@ -71,6 +73,18 @@ +#node_table { + width: 600px; + background: #353536; + margin: 50px; + border: 2px solid; + font-size: 12pt; + border-color: #888; + border-radius: 5px 5px 5px 5px; +} + + + #fermenter_table { width: 720px; background: #252526;