librenms/doc/librenms.css
Tony Murray 3bd9920e38 docs: Continue to reorganize docs (#7762)
* docs: Continue to reorganize things
Make landing pages for /Installation, /API, etc.
Split API out into multiple docs
Properly use multi-level navigation
Add lower nav buttons (tops are bug so disable for now)
Add logo for fanciness
Refine index page a bit

* Improve API TOC layout

* Couple of fixes.

* Fix API/API-Docs, assumed it was at the right url.
2017-11-19 01:19:18 +00:00

39 lines
765 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;
}
.home-header, .home-header a {
color: #da223a;
text-decoration: none;
}
.home-header i {
vertical-align: middle;
padding-right: 12px;
}
.home-header span { vertical-align: middle; }