##// END OF EJS Templates
TEST: More fine-grained test for directory contents....
TEST: More fine-grained test for directory contents. Verify that each entry in a directory listing matches the result of a content-less direct get.

File last commit:

r18493:1ba04ac3
r19609:b4873701
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;
}