##// END OF EJS Templates
Pass Windows interrupt event to kernels as an environment variable...
Pass Windows interrupt event to kernels as an environment variable This allows third party kernels to use our interrupt mechanism on Windows. Closes gh-5840

File last commit:

r16205:2fd8ab24
r16717:55b9868f
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;
}
}