Archived
0

MCSM: компонент WebConsole

This commit is contained in:
2017-05-09 20:32:45 +03:00
parent 1085688d1c
commit 86c506dff2
4 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#webconsole {
background-color: #1e1e1e;
color: #eee;
height: 500px;
padding: 8px;
font-family: monospace;
}
#webconsole p {
margin: 0;
}