Rollup merge of #60380 - GuillaumeGomez:fix-line-number-display, r=Manishearth

Fix line number display in source view

Fixes #60310.

r? rust-lang/rustdoc

cc @Manishearth

screenshot of the fix:

<img width="798" alt="Screenshot 2019-04-29 at 23 12 20" src="https://user-images.githubusercontent.com/3050060/56927541-b7286680-6ad4-11e9-9215-42dc4ef42691.png">
This commit is contained in:
Mazdak Farrokhzad 2019-04-30 03:28:39 +02:00 committed by GitHub
commit 116dcff2c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1113,6 +1113,10 @@ span.since {
h1.fqn {
overflow: initial;
}
#main > .line-numbers {
margin-top: 0;
}
}
@media print {