##// END OF EJS Templates
Smooth notebook scrolling on pager closing....
Smooth notebook scrolling on pager closing. avoid brutal jump of notebook on closing pager, when notebook is scroll to max

File last commit:

r19666:482edf5b
r19944:6a3f889e
Show More
kernelselector.less
10 lines | 185 B | text/x-less | LessCssLexer
Min RK
remove kernel selector from header...
r19596 #kernel_logo_widget {
.pull-right();
Thomas Kluyver
Use double resolution logo to support hires displays
r19378
Min RK
add text placeholder for kernels with no logo...
r19597 .current_kernel_logo {
display: none;
Min RK
remove kernel selector from header...
r19596 .navbar-vertical-align(32px);
Thomas Kluyver
Use double resolution logo to support hires displays
r19378 width: 32px;
height: 32px;
}
Thomas Kluyver
Style kernel name
r17372 }