Applied theme styles to log output

pull/4/head
billz 8 years ago
parent 8d1370e2fd
commit 19a32f53ba

@ -76,3 +76,8 @@ h4 {
width: 140px;
float: left;
}
.logoutput {
width: 100%;
height: 300px;
}

@ -196,4 +196,9 @@ a:focus, a:hover {
float: left;
}
.logoutput {
width: 100%;
height: 300px;
background-color: #000;
border-color: #33ff00;
}

Loading…
Cancel
Save