##// END OF EJS Templates
Add comment explaining 1.02 factor
Add comment explaining 1.02 factor

File last commit:

r18489:2bdaec39
r18492:24e963dc
Show More
terminal.less
13 lines | 236 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;
}