##// END OF EJS Templates
Fix persistence API,...
Fix persistence API, it expecited a view dictionary not a dictionary of view promises

File last commit:

r18493:1ba04ac3
r19428:f4b2e0ff
Show More
terminal.less
17 lines | 279 B | text/x-less | LessCssLexer
.terminal {
float: left;
border: black solid 5px;
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
font-size: 11px;
color: white;
background: black;
}
.terminal-cursor {
color: black;
background: white;
}
#terminado-container {
margin: 8px;
}