##// END OF EJS Templates
Change new/copy URLS to POST requests
Change new/copy URLS to POST requests

File last commit:

r11033:fa36e98f
r13017:b215bdc1
Show More
pager.less
21 lines | 339 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 {
overflow: auto;
display: none;
MinRK
pager styling...
r10914
pre {
font-size: @baseFontSize;
line-height: @code_line_height;
color: @textColor;
background-color: @cell_background;
padding: 0.4em;
}
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }