##// END OF EJS Templates
get_text() before returning results
get_text() before returning results

File last commit:

r15733:67701c01
r15949:d0ec96bd
Show More
pager.less
23 lines | 423 B | text/x-less | LessCssLexer
Brian E. Granger
Splitting notebook.less into separate files.
r10730 div#pager_splitter {
height: 8px;
}
MinRK
pager styling...
r10914 #pager-container {
position: relative;
MinRK
reduce horizontal padding for pager-container
r10955 padding: 15px 0px;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
div#pager {
Brian E. Granger
Lots of CSS tweaks to get nbconvert output looking right.
r15733 font-size: @notebook_font_size;
line-height: @notebook_line_height;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 overflow: auto;
display: none;
MinRK
pager styling...
r10914
pre {
font-size: @baseFontSize;
line-height: @code_line_height;
color: @textColor;
background-color: @cell_background;
Brian E. Granger
Adjusting padding of output subareas and adding @code_padding.
r13687 padding: @code_padding;
MinRK
pager styling...
r10914 }
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }