##// END OF EJS Templates
Explicitly set the current working directory when running tests...
Explicitly set the current working directory when running tests Because of the profile directory searching algorithm, if the current working directory has a directory named 'profile_default', that will be used instead of the temporary profile directory the tests expect.

File last commit:

r17382:e6233f8e
r17469:70f5afef
Show More
kernelselector.less
14 lines | 223 B | text/x-less | LessCssLexer
Matthias BUSSONNIER
Simplify and uniformise styling of kernel selector...
r17382 #kernel_selector_widget {
Thomas Kluyver
Style kernel name
r17372 margin-right: 1em;
Matthias BUSSONNIER
Simplify and uniformise styling of kernel selector...
r17382 float:right;
& > button {
.btn();
.btn-default();
.btn-sm();
& > span.caret {
margin-top:0px;
}
}
Thomas Kluyver
Style kernel name
r17372 }