##// END OF EJS Templates
Public server firewall configuration...
Public server firewall configuration Added section on firewall configuration. This should prevent users (like me) from struggling to figure out why their servers aren't executing code.

File last commit:

r18493:1ba04ac3
r18943:c128d1bd
Show More
terminal.less
17 lines | 279 B | text/x-less | LessCssLexer
Bussonnier Matthias
recompute dummy size dynamically + styling in css
r18489 .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;
}
Thomas Kluyver
Move terminal CSS into LESS file
r18493
#terminado-container {
margin: 8px;
}