pathfinder/demo/client/css/pathfinder-doc.css

44 lines
809 B
CSS
Raw Normal View History

body {
padding: 0 !important;
}
h1,
h2,
h3
h4,
.sidebar,
a.source,
.search-input,
.content table :not(code) > a,
.collapse-toggle,
ul.item-list > li > .out-of-band {
font-family: inherit !important;
}
.content {
padding: 0 15px 0 0 !important;
}
nav.navbar {
max-width: inherit !important;
border: none !important;
margin: 0 !important;
}
nav.sidebar {
top: auto !important;
}
img {
max-width: inherit !important;
}
h4 > span.invisible,
.structfield > span.invisible,
.variant > span.invisible {
2018-01-05 15:19:13 -05:00
visibility: visible !important;
}
/*
* Hide `generate_gamma_lut` and `pathfinder_server`.
2018-01-16 16:06:51 -05:00
* FIXME(pcwalton): Is there a better way to do this?
*/
.sidebar-elems > .block.crate > ul > li:first-child,
.sidebar-elems > .block.crate > ul > li:last-child {
display: none;
}