Fix rustdoc CSS a bit

This commit is contained in:
Patrick Walton 2018-01-05 12:19:13 -08:00
parent d821991c01
commit 2a3ab09279
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ nav.sidebar {
img {
max-width: inherit !important;
}
h4 > span.invisible {
visibility: visible !important;
}