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

35 lines
566 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;
}