##// END OF EJS Templates
Fixed port range...
Fixed port range Actual port range for ZMQ is 49152 through 65535. Also fixed some grammar/spelling issues.

File last commit:

r16912:30744239
r18945:ef1b89e1
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @font-family-monospace;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}