librenms/doc/librenms.css
Tony Murray 8da3b1f813 docs: homepage headers: vertical align, match color, add spacing (#4870)
* docs: homepage headers: vertical align, match color, add spacing
2016-10-24 12:48:04 -05:00

36 lines
709 B
CSS

body {
background-image:none !important;
}
/* limit the height of dropdown menus */
.dropdown-menu {
max-height: 400px !important;
overflow-x: hidden !important;
}
/* push down the content when the header flows to two lines */
.bs-sidebar {
margin-top: 45px;
}
/* hide the menu called hidden, used to generate unlinked docs */
#dropdown-hidden {
display: none;
}
/* avoid scrollbar on mobile (default 360px) */
.navbar-collapse {
max-height: 385px;
}
/* size and align the headers on the home screen */
.home-header {
font-size: 1.6em;
color: #da223a;
}
.home-header>i {
vertical-align: middle;
padding-right: 12px;
}
.home-header>span { vertical-align: middle; }