##// END OF EJS Templates
Fix detecting the native kernel to launch with sys.executable...
Fix detecting the native kernel to launch with sys.executable This should address the test failures on Windows.

File last commit:

r16912:30744239
r17457:daf26bf0
Show More
pager.less
22 lines | 392 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: @text-color;
background-color: @cell_background;
padding: @code_padding;
}
}