##// END OF EJS Templates
fix leading underscore...
fix leading underscore mering object with itself is stupid otherwise

File last commit:

r19378:f9aeac41
r19556:88a63400
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;
}
}