##// END OF EJS Templates
Backport PR #6143: pin tornado to < 4 on travis js tests...
Backport PR #6143: pin tornado to < 4 on travis js tests Current phantom uses an old webkit that implemented draft76 of web sockets. Tornado 4 drops support for draft76. This doesn’t affect any real browsers, as far as I can tell.

File last commit:

r16675:4a6cc50c
r17246:4655fd4a
Show More
pager.less
22 lines | 391 B | text/x-less | LessCssLexer
div#pager_splitter {
height: 8px;
}
#pager-container {
position: relative;
padding: 15px 0px;
}
div#pager {
font-size: @notebook_font_size;
line-height: @notebook_line_height;
overflow: auto;
display: none;
pre {
line-height: @code_line_height;
color: @textColor;
background-color: @cell_background;
padding: @code_padding;
}
}