Files
chrome-extensions-samples/samples/websocket-server/index.css
2014-09-02 18:06:16 +02:00

22 lines
208 B
CSS

html,
body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body {
-webkit-box-orient: vertical;
display: -webkit-box;
}
#log {
-webkit-box-flex: 1;
}
#log,
#input {
display: block;
}