diff -r 000000000000 -r db2e8b9145a6 client/client.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/client.css Wed Aug 17 01:19:20 2011 +0200 @@ -0,0 +1,26 @@ +body +{ + background-color: black; + color: white; + font-family: monospace; + border-style: none; + margin: 0px; +} + +view-area +{ + width: 100%; + background-color: gray; +} + +command-area input +{ + position: fixed; + width: 100%; + border-style: none; + background-color: blue; + color: white; + font-family: monospace; + bottom: 0px; + outline: none; +} \ No newline at end of file