##// END OF EJS Templates
Merge pull request #6828 from takluyver/terminal-list...
Merge pull request #6828 from takluyver/terminal-list Add terminals tab to the dashboard

File last commit:

r17429:d659744c
r18615:96791286 merge
Show More
pager.less
25 lines | 470 B | text/x-less | LessCssLexer
div#pager_splitter {
height: 8px;
.border-box-sizing();
}
#pager-container {
position: relative;
padding: 15px 0px;
.border-box-sizing();
}
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;
}
.border-box-sizing();
}