Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez

Change sidebar selector to fix compatibility with docs.rs

Fix for #55883.
This commit is contained in:
Pietro Albini 2018-11-15 11:04:43 +01:00 committed by GitHub
commit 12556a4b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@ span.since {
padding-top: 0px;
}
body > .sidebar {
.rustdoc > .sidebar {
height: 45px;
min-height: 40px;
margin: 0;