chore(console) remove poor css

This commit is contained in:
coderaiser 2013-06-26 07:56:08 +00:00
parent 3ab06b6ebc
commit 3298add52a

View file

@ -19,10 +19,7 @@
.error-msg, .log-msg{
background-color: #f5f5f5;
display: block;
font: monospace 16px "Droid Sans Mono";
white-space: pre-wrap;
word-break: normal;
word-wrap: normal;
font: 16px "Droid Sans Mono";
margin: 10px;
padding: 10px;
background: beige;
@ -36,6 +33,7 @@
padding: 10px;
padding-bottom: 10px;
}
.jqconsole-cursor {
background-color: #999;
}