##// END OF EJS Templates
remove weird unicode space in the new copyright header...
remove weird unicode space in the new copyright header The bytes were actually: #\xe2\x80\x82Copyright...

File last commit:

r15733:67701c01
r16141:8a7c5eab
Show More
pager.less
23 lines | 423 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 {
font-size: @baseFontSize;
line-height: @code_line_height;
color: @textColor;
background-color: @cell_background;
padding: @code_padding;
}
}