diff -r 8d2ba4126519 -r 934d45d9751d www-thermferm/css/style.css --- a/www-thermferm/css/style.css Sun Aug 10 16:17:03 2014 +0200 +++ b/www-thermferm/css/style.css Sun Aug 10 16:56:22 2014 +0200 @@ -46,6 +46,29 @@ font-weight: bold; } +#title { + width: 500px; + height: 50px; + float: left; +} + +#room { + width: 100px; + height: 48px; + float: left; + border-radius: 5px 5px 5px 5px; + background-color: #222; + text-align: center; + margin-top: 15px; +} + +.rtemp { + font-weight: bold; + font-size: 1.2em; + color: yellow; + margin-top: 3px; +} + #content { width: 978px; height: 428px;