librenms-librenms/doc/librenms.css
Tony Murray e6d3228d6f Add old doc redirects (#4181)
Hide "hidden" menu
Push down docs below nav header
2016-08-23 19:24:03 +01:00

18 lines
240 B
CSS

body {
background-image:none !important;
}
.dropdown-menu {
max-height: 400px !important;
overflow-x: hidden !important;
}
.navbar-fixed-top {
top: -70px;
position: relative;
}
#dropdown-hidden {
display: none;
}