feature(console) jqconsole -> console

This commit is contained in:
coderaiser 2014-03-13 08:34:37 -04:00
parent 1e54142914
commit d5c1366e35

View file

@ -1,14 +1,4 @@
#console {
height: 400px;
width: 750px;
position:relative;
background-color: black;
border: 2px solid #CCC;
margin: 0 auto;
margin-top: 50px;
}
.error-msg{
.error-msg {
color: crimson;
}
@ -59,4 +49,4 @@
}
.jqconsole-composition {
background-color: red;
}
}