##// END OF EJS Templates
make some target _blank configurable...
make some target _blank configurable there seem to be "only" 2 places where this make sens, the other being href in mdcell, detach pager, help link in new windows. set IPython._target = '_self' for try.jupyter.org shoudl work in custom.js

File last commit:

r20174:a007b654 merge
r20223:a8e1cc36
Show More
edit.less
37 lines | 752 B | text/x-less | LessCssLexer
#filename {
font-size: 16pt;
display: table;
padding: 0px 5px;
}
#current-mode{
padding-left: 5px;
padding-right: 5px;
}
#texteditor-backdrop {
padding-top: @page-header-padding;
padding-bottom: @page-header-padding;
@media not print{
background-color: @page-backdrop-color;
}
#texteditor-container {
.CodeMirror-gutter, .CodeMirror-gutters {
@media print {
background-color: @body-bg;
}
@media not print {
background-color: @page-color;
}
}
@media not print{
padding: 0px;
background-color : @page-color;
.box-shadow(@global-shadow);
}
}
}