removed unneeded styles

This commit is contained in:
coderaiser 2012-12-25 08:28:05 -05:00
parent a6c1a21a2b
commit a91e35d287
2 changed files with 6 additions and 4 deletions

View file

@ -71,7 +71,7 @@ var CloudCommander, Util, DOM, $;
* functin show jquery-terminal
*/
JqueryTerminal.show = function(){
DOM.Images.hideLoad();
DOM.Images.hideLoad();
/* only if panel was hided */
if( DOM.hidePanel() ){
Hidden = false;

View file

@ -22,15 +22,17 @@
}
.terminal .terminal-output div div, .terminal .prompt {
display: block;
line-height: 9px;
/* line-height: 9px; */
height: 14px;
}
.terminal {
font-family: FreeMono, monospace;
color: #aaa;
background-color: #000;
font-size: 12px;
line-height: 14px;
/* font-size: 12px; */
/* line-height: 14px; */
line-height: 16px;
/* removing breaking the lines */
}
.terminal .terminal-output div span {
display: inline-block;