##// END OF EJS Templates
hook up latex tools config to global instance...
hook up latex tools config to global instance instead of instantiation on shell init - removes unnecessary instantiation of unused object - fixes config loading in qtconsole

File last commit:

r19378:f9aeac41
r19565:c68c6249
Show More
kernelselector.less
17 lines | 277 B | text/x-less | LessCssLexer
#kernel_selector_widget {
margin-right: 1em;
float: right;
& > button {
.btn-default();
& > span.caret {
margin-top:0px;
}
}
& > img#current_kernel_logo {
width: 32px;
height: 32px;
}
}