hy/site/less/layout.less
2013-03-11 20:21:07 -04:00

35 lines
613 B
Plaintext

body, html {
height: 100%;
padding: 0px;
margin: 0px;
}
.repl {
width: 49.9%;
height: 90%;
}
#python-repl {
.repl;
float: right;
}
#hython-repl {
.repl;
float: left;
border-left: 1px solid #DCDCDC;
}
.clear {
clear: both;
}
#build-msgs {
border-top: 1px solid #DCDCDC;
height: 10%;
background-color: #141414;
color: #DCDCDC;
font-family: monospace;
}