##// END OF EJS Templates
remove Firefox-specific CSS workaround...
remove Firefox-specific CSS workaround The bug being worked around appears to be fixed either in CodeMirror or Firefox (tested with FF 29). Importantly, the workaround appears to *introduce* incorrect behavior closes #5192 closes #5364

File last commit:

r16205:2fd8ab24
r16716:a67ac8ec
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;
}
}