CSS stuff

This commit is contained in:
copy 2015-03-07 18:47:04 +01:00
parent 130bd2fa1c
commit 6d23c28f8e

13
v86.css
View file

@ -1,8 +1,4 @@
#runtime_infos {
float: left;
width: 250px;
}
#log, #runtime_infos, #serial {
#log, #runtime_infos, #serial, #filesystem_panel {
font-family: DejaVu Sans Mono, monospace;
font-size: 13px;
border: 1px solid #333;
@ -10,6 +6,13 @@
padding: 4px;
color: #fff;
}
#runtime_infos, #filesystem_panel {
float: left;
width: 250px;
margin-bottom: 7px;
margin-right: 7px;
padding-bottom: 7px;
}
#log {
height: 100px;
width: 550px;