Files
jupyterhub/share/jupyter/hub/static/less/page.less
Min RK c2b494f702 put nav in the header
reduce custom css, use more bootstrap variables.

Admin link is now in the heading rather than the list of big buttons
2017-02-08 14:19:35 +01:00

16 lines
190 B
Plaintext

@logo-height: 28px;
.jpy-logo {
height: @logo-height;
margin-top: (@navbar-height - @logo-height) / 2;
}
#header {
border-bottom: 1px solid #e7e7e7;
}
.hidden {
display: none;
}