--- a/annot-server/templates/index.html Wed Oct 08 18:08:52 2014 +0200
+++ b/annot-server/templates/index.html Thu Oct 09 08:44:36 2014 +0200
@@ -46,10 +46,11 @@
ellog.scrollTop = ellog.scrollHeight;
};
</script>
+ <link rel="stylesheet" type="text/css" href="/static/css/base.css">
</head>
<body>
<h1>OSC websocket Test</h1>
<noscript>You must enable JavaScript</noscript>
- <pre id="log" style="height: 20em; overflow-y: scroll; background-color: #faa;"></pre>
+ <pre id="log"></pre>
</body>
</html>