refactor(console) jqconsole: set correct order

This commit is contained in:
coderaiser 2014-03-18 08:49:57 -04:00
parent 4c4c7b5df3
commit 714cbdbe82

View file

@ -19,9 +19,9 @@
}
.jqconsole {
background: #fffdf9;
padding: 10px;
padding-bottom: 10px;
padding : 10px;
padding-bottom : 10px;
background : #fffdf9;
}
.jqconsole-cursor {