racket/collects/tests/net/websocket/style.css
2010-08-19 16:34:15 -06:00

49 lines
452 B
CSS

body {
background: white;
margin: 10px;
}
body,
input {
font-family: sans-serif;
font-size: 10pt;
color: black;
}
table {
border-collapse: collapse;
border: 0;
}
td {
border: 0;
padding: 0;
}
#body {
position: absolute;
bottom: 10px;
left: 10px;
}
#input {
margin-top: 0.5em;
}
#inbox div {
padding-top: 0.25em;
}
#nav {
float: right;
z-index: 99;
}
legend {
display: none;
}
fieldset {
border: none;
}